feat: binds for switch monitor
This commit is contained in:
parent
226de0d234
commit
2b83d59ae9
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ bind = $mainMod ALT, right, movewindow, r
|
|||
bind = $mainMod ALT, up, movewindow, u
|
||||
bind = $mainMod ALT, down, movewindow, d
|
||||
|
||||
# Monitor
|
||||
bind = $mainMod, TAB, focusmonitor, +1
|
||||
bind = $mainMod SHIFT, TAB, focusmonitor, -1
|
||||
|
||||
# Apps
|
||||
bind = $mainMod, R, exec, $rofi_menu
|
||||
bind = $mainMod, A, exec, $nekoray
|
||||
|
|
Loading…
Add table
Reference in a new issue