From f2188cdbc7383dcdf0a4b1921735d0295052cff1 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 Aug 2020 22:24:41 +0100 Subject: [PATCH] add/remove monitors --- sxhkdrc.bspwm.pamela | 6 ++---- sxhkdrc.bspwm.patricia | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sxhkdrc.bspwm.pamela b/sxhkdrc.bspwm.pamela index 8c4cbf0..f4d8aab 100644 --- a/sxhkdrc.bspwm.pamela +++ b/sxhkdrc.bspwm.pamela @@ -3,7 +3,5 @@ # # focus or send to the given desktop -super + {_,shift + }{1-7} - bspc {desktop -f,node -d} '^{1-7}' -super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7} - bspc {desktop -f,node -d} '^{8,9,10,11,12,13,14}' +super + {_,shift + }{1-9,0} + bspc {desktop -f,node -d} '{one,two,three,four,five,six,seven,eight,nine,zero}' diff --git a/sxhkdrc.bspwm.patricia b/sxhkdrc.bspwm.patricia index 0af4084..41a3fa0 100644 --- a/sxhkdrc.bspwm.patricia +++ b/sxhkdrc.bspwm.patricia @@ -7,5 +7,5 @@ super + {_,shift + }{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} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10}' +super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12} + bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}'