diff options
-rwxr-xr-x | initialLayout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initialLayout.sh b/initialLayout.sh index 54d3a98..35132a8 100755 --- a/initialLayout.sh +++ b/initialLayout.sh @@ -8,7 +8,7 @@ if [ -n "$hdmiConnected" ]; then "$HOME/.screenlayout/hdmi1080p.sh" if pgrep -x bspwm; then - bspc monitor -f HDMI-1-1 + bspc monitor '^2' -f fi if pgrep -x i3; then |