diff --git a/home-modules/hyprland/hyprland.nix b/home-modules/hyprland/hyprland.nix index cd699d6..25e2267 100644 --- a/home-modules/hyprland/hyprland.nix +++ b/home-modules/hyprland/hyprland.nix @@ -809,12 +809,12 @@ in plugin { hyprexpo { - columns = 3 + columns = 5 gap_size = ${builtins.toString gap-size} bg_col = rgb(${rice.color.background}) - workspace_method = [10] # [center/first] [workspace] e.g. first 1 or center m+1 + workspace_method = first 10 # [center/first] [workspace] e.g. first 1 or center m+1 - enable_gesture = true # laptop touchpad, 4 fingers + enable_gesture = false # laptop touchpad, 4 fingers gesture_distance = 300 # how far is the "max" gesture_positive = true # positive = swipe down. Negative = swipe up. }