From 92b1314a13dd181271a4ec60f3ff30972caf0f73 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Thu, 28 Mar 2019 19:21:31 +0000 Subject: Fix config file --- sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index a17faad..64086ed 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -82,7 +82,7 @@ super + {o,h} # focus or send to the given desktop super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '^{1-9,10}' + bspc {desktop -f,node -d} '{term,web,code,music,5-9,10}' # # preselect -- cgit