From 50dbda4ff29d7348777b03461057665029553e3b Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 Aug 2020 21:41:01 +0100 Subject: [PATCH] use named desktops --- sxhkdrc.bspwm.patricia | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sxhkdrc.bspwm.patricia b/sxhkdrc.bspwm.patricia index 02ae148..0af4084 100644 --- a/sxhkdrc.bspwm.patricia +++ b/sxhkdrc.bspwm.patricia @@ -5,13 +5,7 @@ # focus or send to the given desktop super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '^{1-9,0}' + bspc {desktop -f,node -d} '{one,two,three,four,five,six,seven,eight,nine,zero}' super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10} - bspc {desktop -f,node -d} '^{11,12,13,14,15,16,17,18,19,20}' - -# super + {_,shift + }{F5,F6,F7,F8} -# bspc {desktop -f,node -d} '^{18,19,20,21}' -# -# super + {_,shift + }{F9,F10,F11,F12} -# bspc {desktop -f,node -d} '^{25,26,27,28}' + bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10}'