Added swaync keybindings
This commit is contained in:
parent
dbd0630d45
commit
34db804fcb
|
@ -273,6 +273,14 @@ in {
|
||||||
## Move focus to the parent container
|
## Move focus to the parent container
|
||||||
"${modifier}+a" = "focus parent";
|
"${modifier}+a" = "focus parent";
|
||||||
|
|
||||||
|
# Notifications
|
||||||
|
|
||||||
|
## Toggle notification center
|
||||||
|
"${modifier}+Shift+n" = "exec '${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw'";
|
||||||
|
|
||||||
|
## Toggle Do Not Disturb
|
||||||
|
"${modifier}+Shift+d" = "exec '${pkgs.swaynotificationcenter}/bin/swaync-client -d -sw'";
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
## Current window
|
## Current window
|
||||||
|
|
Loading…
Reference in a new issue