diff options
Diffstat (limited to 'dotconfig/polybar/config')
-rw-r--r-- | dotconfig/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotconfig/polybar/config b/dotconfig/polybar/config index 6010c5c..9ad7de1 100644 --- a/dotconfig/polybar/config +++ b/dotconfig/polybar/config @@ -35,7 +35,7 @@ include-file = ~/.config/polybar/modules ; $ polybar -M | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 ; If no monitor is given, the primary monitor is used if it exists - monitor = + monitor = ${env:MONITOR} ; Tell the Window Manager not to configure the window. ; Use this to detach the bar if your WM is locking its size/position. |