diff options
author | Andrey0189 | 2024-04-18 11:47:37 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-18 11:47:37 +0500 |
commit | d8d53e3ffbf21c92ecc40d153851fc1dfda44bc3 (patch) | |
tree | cd0e68dc403e3049e331203e3688a7596118b839 | |
parent | 36a687bd252199e8a305d55d1b0bb5b0834ccf9e (diff) | |
download | nix-old-d8d53e3ffbf21c92ecc40d153851fc1dfda44bc3.tar.gz nix-old-d8d53e3ffbf21c92ecc40d153851fc1dfda44bc3.tar.bz2 nix-old-d8d53e3ffbf21c92ecc40d153851fc1dfda44bc3.zip |
Swipe forever
-rw-r--r-- | home-manager/modules/wms/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/modules/wms/hyprland.nix b/home-manager/modules/wms/hyprland.nix index 6b4731b..f4b8acd 100644 --- a/home-manager/modules/wms/hyprland.nix +++ b/home-manager/modules/wms/hyprland.nix @@ -94,6 +94,7 @@ workspace_swipe_fingers = 3; workspace_swipe_invert = false; workspace_swipe_distance = 200; + workspace_swipe_forever = true; }; misc = { |