add cursors
This commit is contained in:
parent
fc51202293
commit
e0dd3a991f
5 changed files with 57 additions and 2 deletions
|
|
@ -441,6 +441,13 @@ in {
|
|||
params = "";
|
||||
}
|
||||
|
||||
{
|
||||
flags = [];
|
||||
mods = [];
|
||||
key = "XF86AudioMute";
|
||||
dispatcher = "exec";
|
||||
params = "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0%";
|
||||
}
|
||||
{
|
||||
flags = ["e" "l"];
|
||||
mods = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue