AutoYADM commit: 2025-07-11 16:46:01

This commit is contained in:
Daniel Fichtinger 2025-07-11 16:46:01 -04:00
parent 5b33e70653
commit 6b7c794136
2 changed files with 23 additions and 6 deletions

View file

@ -186,3 +186,13 @@ map -docstring 'add selection' global normal Y <a-Z>a
# open URL
require-module url-open
map -docstring "Open URL" global goto u '<esc>: url-open<ret>'
hook global BufWritePost .*/\.config/niri/.*\.kdl(##.+)? %{
try %{
nop %sh{
yadm alt >/dev/null
}
} catch %{
fail gamer sippy
}
}