add cursors

This commit is contained in:
KoenDR06 2026-01-31 16:14:10 +01:00
parent fc51202293
commit e0dd3a991f
5 changed files with 57 additions and 2 deletions

View file

@ -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 = [];