AutoYADM commit: 2025-07-11 16:46:01
This commit is contained in:
parent
5b33e70653
commit
6b7c794136
2 changed files with 23 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
gamer sauce
|
||||
input {
|
||||
keyboard {
|
||||
xkb {
|
||||
|
@ -232,10 +233,16 @@ binds {
|
|||
move-column-right-or-to-monitor-right
|
||||
}
|
||||
Mod+N {
|
||||
focus-window-or-workspace-down
|
||||
focus-workspace-down
|
||||
}
|
||||
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 {
|
||||
move-window-down-or-to-workspace-down
|
||||
|
@ -269,16 +276,16 @@ binds {
|
|||
Mod+Ctrl+Right {
|
||||
focus-monitor-right
|
||||
}
|
||||
Mod+Ctrl+M {
|
||||
Mod+Alt+M {
|
||||
focus-monitor-left
|
||||
}
|
||||
Mod+Ctrl+N {
|
||||
Mod+Alt+N {
|
||||
focus-monitor-down
|
||||
}
|
||||
Mod+Ctrl+E {
|
||||
Mod+Alt+E {
|
||||
focus-monitor-up
|
||||
}
|
||||
Mod+Ctrl+I {
|
||||
Mod+Alt+I {
|
||||
focus-monitor-right
|
||||
}
|
||||
Mod+Shift+Ctrl+Left {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue