hyprland: hyprgrass: Reconfigure gestures
This commit is contained in:
parent
c6f153b3e2
commit
fde58ec9a1
|
@ -1,4 +1,4 @@
|
||||||
chromakey_background = 30,30,46
|
# chromakey_background = 30,30,46
|
||||||
# chromakey_background = 36,36,56
|
# chromakey_background = 36,36,56
|
||||||
plugin {
|
plugin {
|
||||||
touch_gestures {
|
touch_gestures {
|
||||||
|
@ -7,13 +7,13 @@ plugin {
|
||||||
sensitivity = 4.0
|
sensitivity = 4.0
|
||||||
|
|
||||||
# must be >= 3
|
# must be >= 3
|
||||||
workspace_swipe_fingers = 4
|
workspace_swipe_fingers = 3
|
||||||
|
|
||||||
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
|
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
|
||||||
# and can be used at the same time
|
# and can be used at the same time
|
||||||
# possible values: l, r, u, or d
|
# possible values: l, r, u, or d
|
||||||
# to disable it set it to anything else
|
# to disable it set it to anything else
|
||||||
workspace_swipe_edge = d
|
workspace_swipe_edge = u
|
||||||
|
|
||||||
# in milliseconds
|
# in milliseconds
|
||||||
long_press_delay = 400
|
long_press_delay = 400
|
||||||
|
@ -34,12 +34,12 @@ plugin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hyprgrass-bind = , swipe:3:u, exec, $menu
|
hyprgrass-bind = , swipe:3:u, exec, $menu
|
||||||
hyprgrass-bind = , swipe:3:d, togglefloating
|
hyprgrass-bind = , tap:3, killactive
|
||||||
|
hyprgrass-bind = , tap:2, togglefloating
|
||||||
hyprgrass-bind = , edge:d:u, exec, killall -34 wvkbd-mobintl
|
hyprgrass-bind = , edge:d:u, exec, killall -34 wvkbd-mobintl
|
||||||
hyprgrass-bind = , edge:l:u, exec, brightnessctl set 5%+
|
hyprgrass-bind = , edge:l:u, exec, brightnessctl set 5%+
|
||||||
hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%-
|
hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%-
|
||||||
hyprgrass-bind = , edge:r:l, killactive
|
|
||||||
hyprgrass-bind = , edge:l:r, togglesplit
|
hyprgrass-bind = , edge:l:r, togglesplit
|
||||||
|
|
||||||
hyprgrass-bindm = , longpress:3, movewindow
|
hyprgrass-bindm = , longpress:2, movewindow
|
||||||
hyprgrass-bindm = , longpress:2, resizewindow
|
hyprgrass-bindm = , longpress:3, resizewindow
|
||||||
|
|
Loading…
Reference in a new issue