From 5da52ab9a86179163b79ed2f335a3a7bfc4bb18b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 9 Oct 2019 14:41:35 +0100 Subject: Change window configuration --- sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sxhkd') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 64086ed..8fc7b46 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -82,7 +82,10 @@ super + {o,h} # focus or send to the given desktop super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '{term,web,code,music,5-9,10}' + bspc {desktop -f,node -d} '{term,web,code,music,5-9,0}' + +super + alt + {_,shift + }{1-9,0} + bspc {desktop -f,node -d} '{11,12,13,14,15,16,17,18,19,20}' # # preselect @@ -141,4 +144,4 @@ XF86AudioMute # super + shift + p; {s,shift + s,l,shift + r} - ${HOME}/.local/bin/i3exit {suspend,shutdown,lock,reboot} \ No newline at end of file + ${HOME}/.local/bin/i3exit {suspend,shutdown,lock,reboot} -- cgit