diff options
author | Joursoir <chat@joursoir.net> | 2022-07-14 14:36:22 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-07-14 14:36:22 +0300 |
commit | fe4bfa62a9042f0ee907975552cc2e2e86628fb1 (patch) | |
tree | 756f6b13bda77a0ca2021ee17e4f0b92563b2a58 /dotconfig/polybar/config | |
parent | 53a18012935cf70652aa8925afe7d69c6091ad23 (diff) | |
download | dotfiles-fe4bfa62a9042f0ee907975552cc2e2e86628fb1.tar.gz dotfiles-fe4bfa62a9042f0ee907975552cc2e2e86628fb1.tar.bz2 dotfiles-fe4bfa62a9042f0ee907975552cc2e2e86628fb1.zip |
dotconfig/polybar: provide list of available outputs
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. |