From 6902baa056777d2d048491289ce64b8d8e0e5940 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 11 Apr 2024 15:28:12 +0200 Subject: [PATCH] hyprexpo - 5 --- home-modules/hyprland/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. }