From 3bf16f9f85ad9a7ae7a005e02f12c28d070174ad Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Thu, 16 Apr 2026 15:12:58 -0300 Subject: [PATCH] Disable autohide for waybar. --- .config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 40a8d4c..15316e9 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ [{ "bar_id": "bar-0", - "ipc": true, + // "ipc": true, "output": "eDP-1", // "layer": "top", "position": "bottom", // (top|bottom|left|right) @@ -187,7 +187,7 @@ }, { "bar_id": "bar-0", - "ipc": true, + // "ipc": true, "output": "HDMI-A-1", "position": "top", "height": 10,