From 2d09da5351a410592b2aff686cba575ac28f4c5e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 28 Sep 2024 15:05:38 +0200 Subject: [PATCH] feat: dunst binds hyprland --- modules/home-manager/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 71c684b..2159e59 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -12,7 +12,7 @@ "$mod" = "SUPER"; bind = [ - "SUPERSHIFT, E, exit" + "$mod SHIFT, E, exit" "$mod, Q, killactive" "$mod, B, exec, brave" "$mod, return, exec, alacritty" @@ -29,6 +29,8 @@ "$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'" "$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot/" "$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot/" + "$mod SHIFT, N, exec, dunstctl history-pop" + "$mod ALTSHIFT, N, exec, dunstctl close-all" "$mod,left,movefocus,l" "$mod, H,movefocus,l"