diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index dee4edd..f7e4266 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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: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 ################### @@ -232,10 +234,7 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = true - workspace_swipe_fingers = 3 -} +gesture = 3, horizontal, workspace # Example per-device config # 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, movetoworkspace, special: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 + } +}