From 9740c21c3bc8a41fd174c4ab34cc5f233fb4cab3 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 9 Dec 2024 15:06:31 +0100 Subject: [PATCH] special workspace now associated with uparrow --- desktopenvs/hyprland/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index a3f453a..86dc749 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -236,6 +236,10 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, SPACE, togglespecialworkspace, magic bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic +bind = $mainMod CTRL, up, togglespecialworkspace, magic +bind = $mainMod CTRL SHIFT, up, movetoworkspace, special:magic + + # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1