mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds meta+num sends window to workspace without switching the active workspace.
This commit is contained in:
14
env/.config/hypr/keybinds.conf
vendored
14
env/.config/hypr/keybinds.conf
vendored
@@ -108,7 +108,7 @@ bindd = $windowMod, MINUS, Decrease window size - horizontal, resizeactive, -20
|
|||||||
bindd = $windowMod SHIFT, EQUAL, Increase window size - vertical, resizeactive, 0 20
|
bindd = $windowMod SHIFT, EQUAL, Increase window size - vertical, resizeactive, 0 20
|
||||||
bindd = $windowMod SHIFT, MINUS, Decrease window size - vertical, resizeactive, 0 -20
|
bindd = $windowMod SHIFT, MINUS, Decrease window size - vertical, resizeactive, 0 -20
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
# Move active window to a workspace with windowMod + [0-9]
|
||||||
bindd = $windowMod, 1, Move window to workspace [1], movetoworkspace, 1
|
bindd = $windowMod, 1, Move window to workspace [1], movetoworkspace, 1
|
||||||
bindd = $windowMod, 2, Move window to workspace [2], movetoworkspace, 2
|
bindd = $windowMod, 2, Move window to workspace [2], movetoworkspace, 2
|
||||||
bindd = $windowMod, 3, Move window to workspace [3], movetoworkspace, 3
|
bindd = $windowMod, 3, Move window to workspace [3], movetoworkspace, 3
|
||||||
@@ -120,6 +120,18 @@ bindd = $windowMod, 8, Move window to workspace [8], movetoworkspace, 8
|
|||||||
bindd = $windowMod, 9, Move window to workspace [9], movetoworkspace, 9
|
bindd = $windowMod, 9, Move window to workspace [9], movetoworkspace, 9
|
||||||
bindd = $windowMod, 0, Move window to workspace 1[0], movetoworkspace, 10
|
bindd = $windowMod, 0, Move window to workspace 1[0], movetoworkspace, 10
|
||||||
|
|
||||||
|
# Move active window to a workspace silently with HYPER + [0-9]
|
||||||
|
bindd = $HYPER, 1, Move window to workspace silent [1], movetoworkspacesilent, 1
|
||||||
|
bindd = $HYPER, 2, Move window to workspace silent [2], movetoworkspacesilent, 2
|
||||||
|
bindd = $HYPER, 3, Move window to workspace silent [3], movetoworkspacesilent, 3
|
||||||
|
bindd = $HYPER, 4, Move window to workspace silent [4], movetoworkspacesilent, 4
|
||||||
|
bindd = $HYPER, 5, Move window to workspace silent [5], movetoworkspacesilent, 5
|
||||||
|
bindd = $HYPER, 6, Move window to workspace silent [6], movetoworkspacesilent, 6
|
||||||
|
bindd = $HYPER, 7, Move window to workspace silent [7], movetoworkspacesilent, 7
|
||||||
|
bindd = $HYPER, 8, Move window to workspace silent [8], movetoworkspacesilent, 8
|
||||||
|
bindd = $HYPER, 9, Move window to workspace silent [9], movetoworkspacesilent, 9
|
||||||
|
bindd = $HYPER, 0, Move window to workspace silent 1[0], movetoworkspacesilent, 10
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|||||||
Reference in New Issue
Block a user