From e94be2a627fb56329b96f1b58c331f4c66499811 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 23 Feb 2025 16:08:09 +0100 Subject: [PATCH] made nwg-dock manually toggled by ctrl-d --- desktopenvs/hyprland/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 2f19dff..6831ba7 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -309,6 +309,7 @@ bind = $mainMod SHIFT, down, movewindow, d #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 +bind = $mainMod, D, exec, nwg-dock-hyprland #GROUPS @@ -441,4 +442,4 @@ exec-once=bash swww img ~/Pictures/background.jpg && swww restore #exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty exec-once=[workspace special:magic silent] kitty -exec-once=nwg-dock-hyprland -mb 15 -d -p bottom +exec-once=nwg-dock-hyprland -mb 15 -r -p bottom