From 8b2408dafdf1c6597266bb50591af61594a39026 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 6 May 2022 23:49:30 +0200 Subject: [PATCH] Update dot_config/polybar/config.ini --- dot_config/polybar/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/polybar/config.ini b/dot_config/polybar/config.ini index 013ab43..ab00e37 100644 --- a/dot_config/polybar/config.ini +++ b/dot_config/polybar/config.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" +# monitor = "eDP" ; Use the specified monitor as a fallback if the main one is not found. -monitor-fallback = "HDMI-2" +# monitor-fallback = "HDMI-2" ; Require the monitor to be in connected state ; XRandR sometimes reports my monitor as being disconnected (when in use)