From 52ec92239417a74a46a738477d5a1692e2eecee8 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 18 Nov 2024 12:07:03 -0600 Subject: [PATCH] hyprland: disable swiping past single workspace Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index b575f4c..0bd69e5 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -237,7 +237,7 @@ in { workspace_swipe = true; workspace_swipe_cancel_ratio = 0.2; workspace_swipe_distance = 1000; - workspace_swipe_forever = true; + #// workspace_swipe_forever = true; workspace_swipe_min_speed_to_force = 10; };