waybar: Don't autohide

Manually toggling waybar with the keyboard seems to still be the ideal
way to go about things.
This commit is contained in:
Donovan Glover 2023-06-30 07:57:01 -04:00
parent 77b41ce0f0
commit 65f429ca3b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -102,10 +102,6 @@ in
height = if isVertical then null else 45;
spacing = 8;
autohide = true;
exclusive = false;
autohide-starthidden = true;
modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ];
modules-center = [ "custom/wallpaper" ];
modules-right = [ "wireplumber" "backlight" "battery" "clock" ];