1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

paperwm: change slurp/barf keybinds

This commit is contained in:
RGBCube 2025-06-24 22:23:22 +03:00
parent f459d15e48
commit f107c705f3
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -183,9 +183,9 @@ in {
hs.hotkey.bind(super_shift, "k", PaperWM.actions.swap_up)
hs.hotkey.bind(super_shift, "l", PaperWM.actions.swap_right)
-- SLURP & BARF WINDOW -- SUPER + SHIFT + I/O
hs.hotkey.bind(super_shift, "i", PaperWM.actions.slurp_in)
hs.hotkey.bind(super_shift, "o", PaperWM.actions.barf_out)
-- SLURP & BARF WINDOW -- SUPER + SHIFT + T/G
hs.hotkey.bind(super_shift, "t", PaperWM.actions.slurp_in)
hs.hotkey.bind(super_shift, "g", PaperWM.actions.barf_out)
-- MISC CONTROL
hs.hotkey.bind(super, "q", windowClose)