aboutsummaryrefslogtreecommitdiff
path: root/initialLayout.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-11-03 21:04:33 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2021-11-03 21:04:33 +0100
commit61c17762e5b1224bea3bc431f78b2c7f120edc7a (patch)
tree3d6a6f574ec552e554659fdda1c7945bb6876a99 /initialLayout.sh
parente14b57a555c307d3405c321d33b297877393760a (diff)
downloadscripts-61c17762e5b1224bea3bc431f78b2c7f120edc7a.tar.gz
scripts-61c17762e5b1224bea3bc431f78b2c7f120edc7a.zip
Changed how monitors are addressed for bspc in initialLayout.sh
Diffstat (limited to 'initialLayout.sh')
-rwxr-xr-xinitialLayout.sh2
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