keybinds for moving workspace between monitors

This commit is contained in:
2025-06-08 13:49:47 +02:00
parent 2b0f48d087
commit e4ca9a9989

View File

@ -22,13 +22,13 @@ bind = $mainMod, M, exec, $email
bind = $mainMod, XF86AudioMedia, exec, $powerMenu bind = $mainMod, XF86AudioMedia, exec, $powerMenu
# General binds # General binds
bind = $mainMod, Q, killactive, bind = $mainMod, q, killactive,
#bind = $mainMod, M, exit, #bind = $mainMod, m, exit,
bind = $mainMod, X, togglefloating, bind = $mainMod, x, togglefloating,
bind = $mainMod, F, fullscreen, bind = $mainMod, f, fullscreen,
bind = $mainMod, D, exec, $menu bind = $mainMod, d, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, p, pseudo, # dwindle
bind = $mainMod, I, togglesplit, # dwindle bind = $mainMod, s, togglesplit, # dwindle
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l
@ -39,6 +39,8 @@ bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d bind = $mainMod, j, movefocus, d
bind = $mainMod, n, focusmonitor, r
bind = $mainMod, m, focusmonitor, l
# Resize windows # Resize windows
bind = $mainMod CTRL, left, resizeactive, -35 0 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, k, moveWindow, u
bind = $mainMod SHIFT, j, moveWindow, d bind = $mainMod SHIFT, j, moveWindow, d
bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:272, movewindow
bind = $mainMod SHIFT, n, movecurrentworkspacetomonitor, r
bind = $mainMod SHIFT, m, movecurrentworkspacetomonitor, l
# Switch workspaces with mainMod + [0-9] # Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1