mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
swhkd: fix niri swhkdrc
This commit is contained in:
parent
602fc8e0c5
commit
f4bbba64d3
1 changed files with 2 additions and 2 deletions
|
|
@ -33,14 +33,14 @@
|
|||
(niriAction "super + shift + ctrl + {h, j, k, l}" "move-window-to-monitor-{left, down, up, right}")
|
||||
(niriAction "super + shift + space" "toggle-window-floating")
|
||||
(niriAction "super + space" "switch-focus-between-floating-and-tiling")
|
||||
(niriAction "super + {_, shift +} {1-9}" "{focus-workspace, move-window-to-workspace} {1-9}")
|
||||
(niriAction "super + {_, shift +} {1-9}" "{focus\\-workspace, move\\-window\\-to\\-workspace} {1-9}")
|
||||
(niriAction "super + comma" "consume-window-into-column")
|
||||
(niriAction "super + period" "expel-window-from-column")
|
||||
(niriAction "super + r" "switch-preset-column-width")
|
||||
(niriAction "super + f" "maximize-column")
|
||||
(niriAction "super + shift + f" "fullscreen-window")
|
||||
(niriAction "super + c" "center-column")
|
||||
(niriAction "super + {_, shift +} {minus, equal}" "set-{column-width, window-height} \"{\\-, +}10%\"")
|
||||
(niriAction "super + {_, shift +} {minus, equal}" "set-{column\\-width, window\\-height} \"{\\-, +}10%\"")
|
||||
(niriAction "{ctrl +, alt +} print" "screenshot-{screen, window}")
|
||||
(niriAction "print" "screenshot")
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue