mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
paperwm: change slurp/barf keybinds
This commit is contained in:
parent
f459d15e48
commit
f107c705f3
1 changed files with 3 additions and 3 deletions
|
@ -183,9 +183,9 @@ in {
|
||||||
hs.hotkey.bind(super_shift, "k", PaperWM.actions.swap_up)
|
hs.hotkey.bind(super_shift, "k", PaperWM.actions.swap_up)
|
||||||
hs.hotkey.bind(super_shift, "l", PaperWM.actions.swap_right)
|
hs.hotkey.bind(super_shift, "l", PaperWM.actions.swap_right)
|
||||||
|
|
||||||
-- SLURP & BARF WINDOW -- SUPER + SHIFT + I/O
|
-- SLURP & BARF WINDOW -- SUPER + SHIFT + T/G
|
||||||
hs.hotkey.bind(super_shift, "i", PaperWM.actions.slurp_in)
|
hs.hotkey.bind(super_shift, "t", PaperWM.actions.slurp_in)
|
||||||
hs.hotkey.bind(super_shift, "o", PaperWM.actions.barf_out)
|
hs.hotkey.bind(super_shift, "g", PaperWM.actions.barf_out)
|
||||||
|
|
||||||
-- MISC CONTROL
|
-- MISC CONTROL
|
||||||
hs.hotkey.bind(super, "q", windowClose)
|
hs.hotkey.bind(super, "q", windowClose)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue