From 65f429ca3b1a5a12f4d803c4a3131856fb004777 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 30 Jun 2023 07:57:01 -0400 Subject: [PATCH] waybar: Don't autohide Manually toggling waybar with the keyboard seems to still be the ideal way to go about things. --- home/waybar.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/waybar.nix b/home/waybar.nix index 2b548e85..2feea56b 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -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" ];