diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-11-03 21:04:33 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-11-03 21:04:33 +0100 |
commit | 61c17762e5b1224bea3bc431f78b2c7f120edc7a (patch) | |
tree | 3d6a6f574ec552e554659fdda1c7945bb6876a99 | |
parent | e14b57a555c307d3405c321d33b297877393760a (diff) | |
download | scripts-61c17762e5b1224bea3bc431f78b2c7f120edc7a.tar.gz scripts-61c17762e5b1224bea3bc431f78b2c7f120edc7a.zip |
Changed how monitors are addressed for bspc in initialLayout.sh
-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 |