idk I'm lazy
This commit is contained in:
parent
dfcea20497
commit
27d84c3a50
7 changed files with 79 additions and 13 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue