From 17b8f943fd76d9e5928d35f65a8393e2fa1b079f Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 2 Mar 2025 23:52:56 +0100 Subject: [PATCH] added CMD+SHIFT+W/E/S/D to switch side nwg dock is on --- desktopenvs/hyprland/hypr/hyprland.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 4216d7f..b4f24b3 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -305,12 +305,14 @@ bind = $mainMod SHIFT, down, movewindow, d #nwg-dock-hyprland -#binds = $mainMod, D&left, exec, bash nwg-dock-hyprland -mb 15 -d -p left -#binds = $mainMod, D&right, exec, bash nwg-dock-hyprland -mb 15 -d -p right -#binds = $mainMod, D&up, exec, bash nwg-dock-hyprland -mb 15 -d -p top -#binds = $mainMod, D&down, exec, bash nwg-dock-hyprland -mb 15 -d -p bottom +#nwg-dock-hyprland -mb 15 -r -p -bind = $mainMod, D, exec, nwg-dock-hyprland +bind = $mainMod SHIFT, W, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -ml 15 -r -p left +bind = $mainMod SHIFT, E, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -mr 15 -r -p right +bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -mt 80 -r -p top +bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -mb 15 -r -p bottom + +bindr = $mainMod, D, exec, nwg-dock-hyprland #GROUPS