new gestures
This commit is contained in:
@@ -152,7 +152,6 @@ master {
|
|||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
workspace_swipe = on
|
|
||||||
workspace_swipe_distance = 300
|
workspace_swipe_distance = 300
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -275,6 +274,11 @@ bindel = $mainMod SHIFT, left, resizeactive, -10 0
|
|||||||
bindel = $mainMod SHIFT, up, resizeactive, 0 -10
|
bindel = $mainMod SHIFT, up, resizeactive, 0 -10
|
||||||
bindel = $mainMod SHIFT, down, resizeactive, 0 10
|
bindel = $mainMod SHIFT, down, resizeactive, 0 10
|
||||||
|
|
||||||
|
# Gestures
|
||||||
|
gesture = 3, horizontal, workspace
|
||||||
|
gesture = 3, down, resize
|
||||||
|
gesture = 4, down, dispatcher, dpms, toggle
|
||||||
|
|
||||||
# Media Key binds
|
# Media Key binds
|
||||||
# Example volume button that allows press and hold, volume limited to 150%
|
# Example volume button that allows press and hold, volume limited to 150%
|
||||||
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|||||||
Reference in New Issue
Block a user