diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2025-11-05 18:55:28 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2025-11-05 18:55:28 +0000 |
| commit | e70b9c4ca1001829f705fad2d1ec9e589e0de5c5 (patch) | |
| tree | d005dde54a7ee96c262f1cb3d473f3550b433449 /.config/sxhkd/sxhkdrc | |
| parent | 1d96622d2dad9d048471b647c05a10b3782e6471 (diff) | |
Added the focused option to the focus or send to the given desktop
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
