diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index f1f107e..44781bd 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -300,6 +300,11 @@ xwayland = { force_zero_scaling = true; }; + + gestures = { + workspace_swipe = true; + workspace_swipe_direction_lock = false; + }; }; }; } diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index fbfc3c3..7dd513b 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -55,7 +55,7 @@ tooltip-format = "{:%Y %B}\n{calendar}"; format-alt = " {:%d/%m}"; }; - "wlr/workspaces" = { + "hyprland/workspaces" = { active-only = false; all-outputs = false; disable-scroll = false;