From cfeb0a56b636f3c54e6a8c50586ebff52e39ef94 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 10 Dec 2021 19:48:10 +0100 Subject: Back to ordered desktops in bspwmrc. --- stow/bspwm/.config/bspwm/bspwmrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1