aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-12-10 19:48:10 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2021-12-10 19:48:10 +0100
commitcfeb0a56b636f3c54e6a8c50586ebff52e39ef94 (patch)
treeeed9e390e227bd3befa38f088299b7d513cfdcf2
parent6613bad154e8245c51f06854ee7c2a935d079e54 (diff)
downloadconfigs-cfeb0a56b636f3c54e6a8c50586ebff52e39ef94.tar.gz
configs-cfeb0a56b636f3c54e6a8c50586ebff52e39ef94.zip
Back to ordered desktops in bspwmrc.
-rwxr-xr-xstow/bspwm/.config/bspwm/bspwmrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/stow/bspwm/.config/bspwm/bspwmrc b/stow/bspwm/.config/bspwm/bspwmrc
index 5dd20e5..f2126cc 100755
--- a/stow/bspwm/.config/bspwm/bspwmrc
+++ b/stow/bspwm/.config/bspwm/bspwmrc
@@ -5,8 +5,13 @@ desktops="I II III IV V"
if xrandr | grep -q 'HDMI-1-1 connected'; then
bspc monitor '^1' -d $desktops
bspc monitor '^2' -d $desktops
+ #bspc wm -a 'laptop' 1366x768+0+0
+ #bspc wm -a 'hdmi' 1920x1080+1366+0
+ #bspc monitor 'laptop' -d $desktops
+ #bspc monitor 'hdmi' -d $desktops
+ #bspc monitor 'MONITOR' -r
else
- bspc monitor -d $desktops
+ bspc monitor -d $desktops
fi
bspc config border_width 4