From e07990ac5f92596a440ac5dfd261d53cc41d4b39 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Nov 2025 20:12:48 +0000 Subject: Added keybinding to focus on the next or previous monitor --- .config/sxhkd/sxhkdrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 84a8bd0..e0a5804 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -92,6 +92,10 @@ super + {o,i} super + {_,shift + }{1-9,0} bspc {desktop -f,node -d} 'focused:^{1-9,10}' +# Focus on the next or previous monitor +super + shift + {comma,period} + bspc monitor -f {next,prev} + # # preselect # -- cgit v1.2.3