diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix
index 44781bd..f1f107e 100644
--- a/modules/home/hyprland/config.nix
+++ b/modules/home/hyprland/config.nix
@@ -300,11 +300,6 @@
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 7dd513b..fbfc3c3 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}";
};
- "hyprland/workspaces" = {
+ "wlr/workspaces" = {
active-only = false;
all-outputs = false;
disable-scroll = false;