diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-22 07:49:52 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-28 20:31:52 +0200 |
commit | 1abce784cf269fd98ee5faa09e52ba642f2e61ec (patch) | |
tree | 716d9b1961dc7235c665747454f03d5f488bffac /.local/bin/barlaunch | |
parent | c1fae7c333a7c89347b1955e23aadae47e28f20f (diff) |
switched from i3 to sway
Diffstat (limited to '.local/bin/barlaunch')
-rwxr-xr-x | .local/bin/barlaunch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/barlaunch b/.local/bin/barlaunch index 5a8fec0..99a37cd 100755 --- a/.local/bin/barlaunch +++ b/.local/bin/barlaunch @@ -3,4 +3,5 @@ polybar-msg cmd quit >/dev/null echo "---" >> /tmp/polybar.log -nohup polybar bar1 --reload >> /tmp/polybar.log 2>&1 & +MONITOR=eDP-1 nohup polybar primary --reload >> /tmp/polybar.log 2>&1 & +# MONITOR=HDMI-1 nohup polybar primary --reload >> /tmp/polybar.log 2>&1 & |