From 657c0b944c1a33a63c6ef54cc20e20e2848e85c9 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 6 Apr 2025 17:59:37 +0200 Subject: [PATCH] Adds keybinds for specific workspaces --- .config/hypr/config/Keybinds.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/config/Keybinds.conf b/.config/hypr/config/Keybinds.conf index 33be90b..b963964 100644 --- a/.config/hypr/config/Keybinds.conf +++ b/.config/hypr/config/Keybinds.conf @@ -60,6 +60,12 @@ bind = $mainMod, code:17, workspace, 8 bind = $mainMod, code:18, workspace, 9 bind = $mainMod, code:19, workspace, 10 +bind = $mainMod ALT, B, workspace, 1 +bind = $mainMod ALT, T, workspace, 2 +bind = $mainMod ALT, C, workspace, 3 +bind = $mainMod ALT, G, workspace, 4 +bind = $mainMod ALT, M, workspace, 5 +bind = $mainMod ALT, P, workspace, 6 # Move active window to a workspace silently mainMod + CTRL [0-9] bind = $mainMod SHIFT, code:10, movetoworkspacesilent, 1