keybinds for moving workspace between monitors
This commit is contained in:
@ -22,13 +22,13 @@ bind = $mainMod, M, exec, $email
|
||||
bind = $mainMod, XF86AudioMedia, exec, $powerMenu
|
||||
|
||||
# General binds
|
||||
bind = $mainMod, Q, killactive,
|
||||
#bind = $mainMod, M, exit,
|
||||
bind = $mainMod, X, togglefloating,
|
||||
bind = $mainMod, F, fullscreen,
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, I, togglesplit, # dwindle
|
||||
bind = $mainMod, q, killactive,
|
||||
#bind = $mainMod, m, exit,
|
||||
bind = $mainMod, x, togglefloating,
|
||||
bind = $mainMod, f, fullscreen,
|
||||
bind = $mainMod, d, exec, $menu
|
||||
bind = $mainMod, p, pseudo, # dwindle
|
||||
bind = $mainMod, s, togglesplit, # dwindle
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@ -39,6 +39,8 @@ bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, n, focusmonitor, r
|
||||
bind = $mainMod, m, focusmonitor, l
|
||||
|
||||
# Resize windows
|
||||
bind = $mainMod CTRL, left, resizeactive, -35 0
|
||||
@ -60,6 +62,8 @@ bind = $mainMod SHIFT, l, moveWindow, r
|
||||
bind = $mainMod SHIFT, k, moveWindow, u
|
||||
bind = $mainMod SHIFT, j, moveWindow, d
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bind = $mainMod SHIFT, n, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod SHIFT, m, movecurrentworkspacetomonitor, l
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
Reference in New Issue
Block a user