fix: migrated to new gesture configuration

This commit is contained in:
2025-10-03 11:43:25 +02:00
parent 80231254de
commit e895f5de64

View File

@@ -28,8 +28,10 @@ monitor= eDP-1,1920x1080@60.04900,0x0,1
monitor= desc:Hewlett Packard HP 24es 3CM6310XHM,1920x1080@60.00,-1920x-1440,1 monitor= desc:Hewlett Packard HP 24es 3CM6310XHM,1920x1080@60.00,-1920x-1440,1
monitor= desc:AOC Q3279WG5B 0x00005175, 2560x1440@74.97,0x-1440,1 monitor= desc:AOC Q3279WG5B 0x00005175, 2560x1440@74.97,0x-1440,1
monitor= desc:Acer Technologies VG272U P 0x033000FF, 2560x1440@59.95100,0x-1440,1
monitor = , preferred, auto, 1, mirror, eDP-1
#monitor = , preferred, auto, 1, mirror, eDP-1
#monitor= DP-3,1600x1200@60.00,auto,auto #monitor= DP-3,1600x1200@60.00,auto,auto
################### ###################
@@ -232,10 +234,7 @@ input {
} }
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { gesture = 3, horizontal, workspace
workspace_swipe = true
workspace_swipe_fingers = 3
}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
@@ -379,3 +378,14 @@ opengl {
#bind = $mainMod, S, togglespecialworkspace, magic #bind = $mainMod, S, togglespecialworkspace, magic
#bind = $mainMod, S, movetoworkspace, special:magic #bind = $mainMod, S, movetoworkspace, special:magic
#bind = $mainMod, S, togglespecialworkspace, magic #bind = $mainMod, S, togglespecialworkspace, magic
plugin {
hyprexpo {
columns = 3
gap_size = 10
bg_col = rgb(111111)
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
skip_empty = true
gesture_distance = 300 # how far is the "max" for the gesture
}
}