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 # open URL
require-module url-open require-module url-open
map -docstring "Open URL" global goto u '<esc>: url-open<ret>' 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
}
}

View file

@ -1,3 +1,4 @@
gamer sauce
input { input {
keyboard { keyboard {
xkb { xkb {
@ -232,10 +233,16 @@ binds {
move-column-right-or-to-monitor-right move-column-right-or-to-monitor-right
} }
Mod+N { Mod+N {
focus-window-or-workspace-down focus-workspace-down
} }
Mod+E { Mod+E {
focus-window-or-workspace-up focus-workspace-up
}
Mod+Ctrl+N {
focus-window-down
}
Mod+Ctrl+E {
focus-window-up
} }
Mod+Shift+N { Mod+Shift+N {
move-window-down-or-to-workspace-down move-window-down-or-to-workspace-down
@ -269,16 +276,16 @@ binds {
Mod+Ctrl+Right { Mod+Ctrl+Right {
focus-monitor-right focus-monitor-right
} }
Mod+Ctrl+M { Mod+Alt+M {
focus-monitor-left focus-monitor-left
} }
Mod+Ctrl+N { Mod+Alt+N {
focus-monitor-down focus-monitor-down
} }
Mod+Ctrl+E { Mod+Alt+E {
focus-monitor-up focus-monitor-up
} }
Mod+Ctrl+I { Mod+Alt+I {
focus-monitor-right focus-monitor-right
} }
Mod+Shift+Ctrl+Left { Mod+Shift+Ctrl+Left {