idk I'm lazy

This commit is contained in:
KoenDR06 2026-02-10 21:25:25 +01:00
parent dfcea20497
commit 27d84c3a50
7 changed files with 79 additions and 13 deletions

View file

@ -119,9 +119,23 @@ in {
{
flags = [];
mods = ["SUPER"];
key = "T";
dispatcher = "togglegroup";
params = "";
key = "D";
dispatcher = "exec";
params = "dunstctl close";
}
{
flags = [];
mods = ["SUPER" "SHIFT"];
key = "D";
dispatcher = "exec";
params = "dunstctl close-all";
}
{
flags = [];
mods = ["SUPER" "ALT"];
key = "D";
dispatcher = "exec";
params = "dunstctl history-pop";
}
{