diff --git a/homeManagerModules/apps/waybar/default.nix b/homeManagerModules/apps/waybar/default.nix index ca9fbb41..29f5863d 100644 --- a/homeManagerModules/apps/waybar/default.nix +++ b/homeManagerModules/apps/waybar/default.nix @@ -45,13 +45,6 @@ config.wayland.windowManager.hyprland.package "hyprctl"} dispatch submap reset''; }; - "hyprland/window" = { - "format" = ""; - "icon" = true; - "max-length" = 100; - "separate-outputs" = true; - }; - "sway/workspaces" = { "all-outputs" = true; "format" = "{icon} {name}"; @@ -68,10 +61,6 @@ "on-click" = ''${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} mode default''; }; - "sway/window" = { - "max-length" = 100; - }; - "sway/scratchpad" = { "format" = "{icon} {count}"; "format-icons" = ["" ""];