From 43356b3b51a2e5b41993d2a86ec2c994744a899c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 5 Jun 2024 08:47:45 +0200 Subject: [PATCH] Enable workspace gestures --- modules/home/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index e068086..16995d4 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -62,6 +62,8 @@ middle_button_emulation = true; }; + gestures.workspace_swipe = true; + general = { gaps_in = 5; gaps_out = 10;