swhkd: fix niri swhkdrc

This commit is contained in:
EdenQwQ 2025-03-08 19:31:51 +08:00
parent 602fc8e0c5
commit f4bbba64d3

View file

@ -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")
];