Add keybind for SUPER KEY passthrough
This commit is contained in:
parent
6969b2fec0
commit
21eed02c84
|
@ -149,7 +149,6 @@ bind = $mainMod, F, fullscreen
|
|||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = $mainMod, B, exec, brave
|
||||
bind = $mainMod, P, pseudo
|
||||
bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
|
@ -197,6 +196,14 @@ bind = $mainMod SHIFT, left, resizeactive, -100 0
|
|||
bind = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Passthrough SUPER KEY to Virtual Machine
|
||||
# -----------------------------------------------------
|
||||
bind = $mainMod, P, submap, passthru
|
||||
submap = passthru
|
||||
bind = SUPER, Escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Misc settings
|
||||
# -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user