aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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