home: wm: i3: add dunst bindings
This commit is contained in:
parent
185781a4e2
commit
f8d6447ac4
|
@ -237,6 +237,16 @@ in
|
||||||
in
|
in
|
||||||
"exec ${toggleXautolock}";
|
"exec ${toggleXautolock}";
|
||||||
})
|
})
|
||||||
|
(
|
||||||
|
let
|
||||||
|
execDunstctl = "exec ${pkgs.dunst}/bin/dunstctl";
|
||||||
|
in
|
||||||
|
lib.optionalAttrs config.my.home.wm.dunst.enable {
|
||||||
|
"${modifier}+minus" = "${execDunstctl} close";
|
||||||
|
"${modifier}+Shift+minus" = "${execDunstctl} close-all";
|
||||||
|
"${modifier}+equal" = "${execDunstctl} history-pop";
|
||||||
|
}
|
||||||
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
keycodebindings =
|
keycodebindings =
|
||||||
|
|
Loading…
Reference in a new issue