From 784997532e1d2eb637d836811c90081248942479 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 6 May 2025 15:46:23 +0200 Subject: [PATCH] switched movetoworkspace and movetoworkspacesilent combos --- desktopenvs/hyprland/hypr-usr/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index b2c3a46..acd64e7 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -98,10 +98,10 @@ bind = $mainMod CTRL, $navdown, movetoworkspacesilent, special:magic bind = $mainMod CTRL, $vimup, togglespecialworkspace, magic -bind = $mainMod CTRL SHIFT, $vimup, movetoworkspace, special:magic +bind = $mainMod CTRL SHIFT, $vimup, movetoworkspacesilent, special:magic bind = $mainMod CTRL SHIFT, $vimdown, movetoworkspace, empty -bind = $mainMod CTRL, $vimdown, movetoworkspacesilent, special:magic +bind = $mainMod CTRL, $vimdown, movetoworkspace, special:magic