mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
meta: Toggle special workspace with right shift
Finally, a use for the right shift key.
This commit is contained in:
parent
cbcebe4833
commit
ae485beaf5
@ -27,5 +27,8 @@
|
|||||||
- KEY: KEY_LEFTMETA
|
- KEY: KEY_LEFTMETA
|
||||||
TAP: [ KEY_LEFTMETA, KEY_F1 ]
|
TAP: [ KEY_LEFTMETA, KEY_F1 ]
|
||||||
HOLD: KEY_LEFTMETA
|
HOLD: KEY_LEFTMETA
|
||||||
|
- KEY: KEY_RIGHTSHIFT
|
||||||
|
TAP: [ KEY_LEFTMETA, KEY_F2 ]
|
||||||
|
HOLD: KEY_RIGHTSHIFT
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -116,6 +116,7 @@
|
|||||||
bind = SUPER_SHIFT, S, movetoworkspace, special
|
bind = SUPER_SHIFT, S, movetoworkspace, special
|
||||||
bind = SUPER_SHIFT, S, togglespecialworkspace
|
bind = SUPER_SHIFT, S, togglespecialworkspace
|
||||||
bind = SUPER, F1, exec, killall rofi || rofi -show drun
|
bind = SUPER, F1, exec, killall rofi || rofi -show drun
|
||||||
|
bind = SUPER, F2, togglespecialworkspace
|
||||||
|
|
||||||
bind = SUPER, Return, exec, ~/.config/hypr/swapmaster.sh
|
bind = SUPER, Return, exec, ~/.config/hypr/swapmaster.sh
|
||||||
bind = SUPER, J, layoutmsg, cyclenext
|
bind = SUPER, J, layoutmsg, cyclenext
|
||||||
|
Loading…
Reference in New Issue
Block a user