diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2025-11-05 20:12:48 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2025-11-05 20:12:48 +0000 |
| commit | e07990ac5f92596a440ac5dfd261d53cc41d4b39 (patch) | |
| tree | 838e27f3e8230cd624f90716e8c8f292b902fcf1 /.config | |
| parent | e70b9c4ca1001829f705fad2d1ec9e589e0de5c5 (diff) | |
Added keybinding to focus on the next or previous monitor
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 # |
