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"