add notification toggle
This commit is contained in:
parent
9a659b4580
commit
6991318eb9
5 changed files with 65 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ in
|
|||
imports = [
|
||||
./bemenu
|
||||
./dmenu-bluetooth
|
||||
./dunst-toggle
|
||||
./element-desktop
|
||||
./feh
|
||||
./kitty
|
||||
|
|
@ -135,6 +136,11 @@ in
|
|||
bind = [ "$mod SHIFT, m, exec, ${terminal} -T ${musicplayer} -e ${musicplayer}" ];
|
||||
};
|
||||
|
||||
notifications = mkAppAttrs {
|
||||
default = "dunst-toggle";
|
||||
bind = [ "$mod, Backspace, exec, ${notifications}" ];
|
||||
};
|
||||
|
||||
networksettings = mkAppAttrs {
|
||||
default = "networkmanager_dmenu";
|
||||
bind = [ "$mod SHIFT, n, exec, ${networksettings}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue