From e70b9c4ca1001829f705fad2d1ec9e589e0de5c5 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Nov 2025 18:55:28 +0000 Subject: Added the focused option to the focus or send to the given desktop --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2b4817c..84a8bd0 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -90,7 +90,7 @@ super + {o,i} # 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} 'focused:^{1-9,10}' # # preselect -- cgit v1.2.3