From f9722a525d295ad2412e269288225b85a288c549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 16:47:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20revert(waybar):=20dock=20a?= =?UTF-8?q?nd=20exclusive=20changes=20to=20the=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 50c129a0..19ef5591 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -3,7 +3,10 @@ "height": 50, "layer": "top", "output": "DP-1", + "mode": "dock", "exclusive": true, + "passtrough": false, + "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0, @@ -207,7 +210,10 @@ "position": "bottom", "layer": "top", "output": "DP-3", + "mode": "dock", "exclusive": true, + "passtrough": false, + "gtk-layer-shell": true, "margin-left": 17, "margin-bottom": 10, "margin-right": 17, @@ -324,8 +330,10 @@ "height": 50, "layer": "top", "output": "HDMI-A-1", + "mode": "dock", "exclusive": true, "passtrough": false, + "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0,