mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
waybar: Remove window title
The window title being rotated was inconvenient, and was ultimately un-needed since there are other ways to show the focused window.
This commit is contained in:
parent
f67a664a76
commit
be40f75da7
@ -14,7 +14,6 @@
|
||||
spacing = 8;
|
||||
|
||||
modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right =
|
||||
[ "tray" "wireplumber" "backlight" "battery" "clock" ];
|
||||
|
||||
@ -23,8 +22,6 @@
|
||||
spacing = 8;
|
||||
};
|
||||
|
||||
"hyprland/window".rotate = 90;
|
||||
|
||||
"wlr/workspaces" = {
|
||||
on-click = "activate";
|
||||
sort-by-number = true;
|
||||
|
Loading…
Reference in New Issue
Block a user