some more hypr keybindings
This commit is contained in:
parent
401477464a
commit
f6a3c5c449
@ -40,7 +40,7 @@
|
|||||||
"$mod, f, togglefloating,"
|
"$mod, f, togglefloating,"
|
||||||
"$mod, f, resizeactive, 50% 50%,"
|
"$mod, f, resizeactive, 50% 50%,"
|
||||||
# Toggle fullscreen
|
# Toggle fullscreen
|
||||||
"$mod+Shift, f, togglefullscreen,"
|
"$mod+Shift, f, fullscreen,"
|
||||||
|
|
||||||
# Alt-tab alternative
|
# Alt-tab alternative
|
||||||
"$mod, Tab, cyclenext,"
|
"$mod, Tab, cyclenext,"
|
||||||
@ -76,8 +76,10 @@
|
|||||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
|
|
||||||
# Reshape the window in focus
|
# Reshape the window in focus
|
||||||
"$mod, left, resizeactive, -2% 0"
|
"$mod, MINUS, resizeactive, -2% -2%"
|
||||||
"$mod, right, resizeactive, 2% 0"
|
"$mod, KP_Subtract, resizeactive, -2% -2%"
|
||||||
|
"$mod, PLUS, resizeactive, 2% 2%"
|
||||||
|
"$mod, KP_Add, resizeactive, 2% 2%"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user