feat: dunst binds hyprland

This commit is contained in:
s-prechtl 2024-09-28 15:05:38 +02:00
parent e89d25366b
commit 2d09da5351

View file

@ -12,7 +12,7 @@
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = bind =
[ [
"SUPERSHIFT, E, exit" "$mod SHIFT, E, exit"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, B, exec, brave" "$mod, B, exec, brave"
"$mod, return, exec, alacritty" "$mod, return, exec, alacritty"
@ -29,6 +29,8 @@
"$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'" "$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'"
"$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot/" "$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot/"
"$mod ALTSHIFT, P, exec, hyprshot -m window -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,left,movefocus,l"
"$mod, H,movefocus,l" "$mod, H,movefocus,l"