feat: dunst binds hyprland
This commit is contained in:
parent
e89d25366b
commit
2d09da5351
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue