diff options
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 # |
