aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <ejhay.games@gmail.com>2024-03-19 05:28:14 +0900
committerJa.KooLit <ejhay.games@gmail.com>2024-03-19 05:28:14 +0900
commit77c5bd8d585f033816d4e7336a6ec60fef58703e (patch)
treefd6cf47c832c7c964901a7ce348a207251dc2404
parent03e2994e833c59d37551075ad6b9bd8938ba3433 (diff)
added additional info for better workspace switching
-rw-r--r--config/hypr/configs/Keybinds.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 16a719f1..5b8e5fd4 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -107,7 +107,8 @@ bind = $mainMod SHIFT, U, movetoworkspace, special
bind = $mainMod, U, togglespecialworkspace,
# The following mappings use the key codes to better support various keyboard layouts
-# Switch workspaces with mainMod + [0-9]
+# 1 is code:10, 2 is code 11, etc
+# Switch workspaces with mainMod + [0-9]
bind = $mainMod, code:10, workspace, 1
bind = $mainMod, code:11, workspace, 2
bind = $mainMod, code:12, workspace, 3
@@ -119,7 +120,7 @@ bind = $mainMod, code:17, workspace, 8
bind = $mainMod, code:18, workspace, 9
bind = $mainMod, code:19, workspace, 10
-# Move active window and follow to workspace
+# Move active window and follow to workspace mainMod + SHIFT [0-9]
bind = $mainMod SHIFT, code:10, movetoworkspace, 1
bind = $mainMod SHIFT, code:11, movetoworkspace, 2
bind = $mainMod SHIFT, code:12, movetoworkspace, 3
@@ -133,7 +134,7 @@ bind = $mainMod SHIFT, code:19, movetoworkspace, 10
bind = $mainMod SHIFT, bracketleft, movetoworkspace, -1 # brackets [ or ]
bind = $mainMod SHIFT, bracketright, movetoworkspace, +1
-# Move active window to a workspace silently
+# Move active window to a workspace silently mainMod + CTRL [0-9]
bind = $mainMod CTRL, code:10, movetoworkspacesilent, 1
bind = $mainMod CTRL, code:11, movetoworkspacesilent, 2
bind = $mainMod CTRL, code:12, movetoworkspacesilent, 3
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage