From 999f1640734d76e35f477dd6a5efd393375173e6 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 Aug 2020 21:40:40 +0100 Subject: [PATCH] use named desktops --- bspwmrc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/bspwmrc b/bspwmrc index 64945b4..1947941 100755 --- a/bspwmrc +++ b/bspwmrc @@ -8,20 +8,16 @@ if [ "$_hostname" = Patricia ] ; then bspc wm --add-monitor FULL 3840x1080+1920+0 # virtual monitor - bspc monitor FULL -d I II III IV V VI VII VIII IX X + bspc monitor FULL -d one two three four five six seven eight nine zero + bspc config -m FULL border_width 0 # aoc 1 - bspc monitor VGA-0 -d α β γ δ ε ζ η θ ι κ - - # aoc 2 - # bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 - - # the other one - # bspc monitor DVI-0 -d 001 010 011 100 101 110 111 + bspc monitor VGA-0 -d F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia & elif [ "$_hostname" = Pamela ] ; then bspc monitor eDP-1-1 -d α β γ δ ε ζ η + bspc config -m eDP-1-1 border_width 0 bspc monitor VGA-1-1 -d I II III IV V VI VII sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela & fi