From 61c17762e5b1224bea3bc431f78b2c7f120edc7a Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 3 Nov 2021 21:04:33 +0100 Subject: Changed how monitors are addressed for bspc in initialLayout.sh --- initialLayout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initialLayout.sh') 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 -- cgit v1.2.1