diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:42:41 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:42:41 +0100 |
commit | b7aaf2b1f5f94cfb37faa0be549e9946bbbf004c (patch) | |
tree | 90d77bce7ac4b3381804e0ec8351582828354d04 /.config/hypr | |
parent | 1713eeef631a51f64c6fc0ec1de6f75966da3991 (diff) |
Hyprland: Make workspace switching on multi-monitor… better?
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 17a4576..ca67df1 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -113,26 +113,26 @@ bind = $modkey, up, movefocus, u bind = $modkey, right, movefocus, r # Switch workspaces with modkey + [0-9] -bind = $modkey, 0, workspace, 1 -bind = $modkey, 1, workspace, 2 -bind = $modkey, 2, workspace, 3 -bind = $modkey, 3, workspace, 4 -bind = $modkey, 4, workspace, 5 -bind = $modkey, 5, workspace, 6 -bind = $modkey, 6, workspace, 7 -bind = $modkey, 7, workspace, 8 -bind = $modkey, 8, workspace, 9 -bind = $modkey, 9, workspace, 10 -bind = $modkey, 10, workspace, 1 -bind = $modkey, 11, workspace, 2 -bind = $modkey, 12, workspace, 3 -bind = $modkey, 13, workspace, 4 -bind = $modkey, 14, workspace, 5 -bind = $modkey, 15, workspace, 6 -bind = $modkey, 16, workspace, 7 -bind = $modkey, 17, workspace, 8 -bind = $modkey, 18, workspace, 9 -bind = $modkey, 19, workspace, 10 +bind = $modkey, 0, focusworkspaceoncurrentmonitor, 1 +bind = $modkey, 1, focusworkspaceoncurrentmonitor, 2 +bind = $modkey, 2, focusworkspaceoncurrentmonitor, 3 +bind = $modkey, 3, focusworkspaceoncurrentmonitor, 4 +bind = $modkey, 4, focusworkspaceoncurrentmonitor, 5 +bind = $modkey, 5, focusworkspaceoncurrentmonitor, 6 +bind = $modkey, 6, focusworkspaceoncurrentmonitor, 7 +bind = $modkey, 7, focusworkspaceoncurrentmonitor, 8 +bind = $modkey, 8, focusworkspaceoncurrentmonitor, 9 +bind = $modkey, 9, focusworkspaceoncurrentmonitor, 10 +bind = $modkey, 10, focusworkspaceoncurrentmonitor, 1 +bind = $modkey, 11, focusworkspaceoncurrentmonitor, 2 +bind = $modkey, 12, focusworkspaceoncurrentmonitor, 3 +bind = $modkey, 13, focusworkspaceoncurrentmonitor, 4 +bind = $modkey, 14, focusworkspaceoncurrentmonitor, 5 +bind = $modkey, 15, focusworkspaceoncurrentmonitor, 6 +bind = $modkey, 16, focusworkspaceoncurrentmonitor, 7 +bind = $modkey, 17, focusworkspaceoncurrentmonitor, 8 +bind = $modkey, 18, focusworkspaceoncurrentmonitor, 9 +bind = $modkey, 19, focusworkspaceoncurrentmonitor, 10 # Move active window to a workspace with modkey + SHIFT + [0-9] bind = $modkey CONTROL, 0, movetoworkspace, 1 |