From 27e27780f8124b384d28922131fd3fe68b24e955 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 11 Dec 2024 08:40:53 +0100 Subject: [PATCH] down now also does things with shift and ctl --- desktopenvs/hyprland/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 5b747ab..b65faa9 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -217,6 +217,8 @@ bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic bind = $mainMod CTRL, up, togglespecialworkspace, magic bind = $mainMod CTRL SHIFT, up, movetoworkspace, special:magic +bind = $mainMod CTRL SHIFT, down, movetoworkspace, empty +bind = $mainMod CTRL, down, movetoworkspacesilent, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, r+1