From 6e6205b4dc92d460cfd2bf1f392cfa20fb24deed Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 6 May 2022 23:29:49 +0200 Subject: [PATCH] Update dot_config/polybar/config_bottom.ini --- dot_config/polybar/config_bottom.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/polybar/config_bottom.ini b/dot_config/polybar/config_bottom.ini index e9bf3ad..66b9f82 100644 --- a/dot_config/polybar/config_bottom.ini +++ b/dot_config/polybar/config_bottom.ini @@ -27,10 +27,10 @@ include-file = ~/.config/polybar/custom_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = "eDP-1" +monitor = "DP-3" ; Use the specified monitor as a fallback if the main one is not found. -monitor-fallback = "HDMI-2" +monitor-fallback = "DP-1" ; Require the monitor to be in connected state ; XRandR sometimes reports my monitor as being disconnected (when in use)