xf86 keys

This commit is contained in:
Odweta
2026-01-11 20:33:20 +01:00
parent da8c77c207
commit d379d26b96
+5 -5
View File
@@ -100,28 +100,28 @@
key = "XF86MonBrightnessUp";
mods = "";
command = "light -A 10";
}
};
{
key = "XF86MonBrightnessDown";
mods = "";
command = "light -U 10";
}
};
{
key = "XF86AudioRaiseVolume";
mods = "";
command = "wpctl set-volume @DEFAULT_SINK@ 5%+";
}
};
{
key = "XF86AudioLowerVolume";
mods = "";
command = "wpctl set-volume @DEFAULT_SINK@ 5%-";
}
};
{
key = "XF86AudioMute";
mods = "";
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
}
};
];
};
};