feat: decrease brightness step size

This commit is contained in:
2026-04-23 01:14:07 +02:00
parent 8a14ad2ed5
commit 5e4b1fc930
+2 -2
View File
@@ -54,11 +54,11 @@
allow-when-locked = true;
};
"XF86MonBrightnessUp" = {
action.spawn-sh = "brightnessctl s 10%+";
action.spawn-sh = "brightnessctl s 5%+";
allow-when-locked = true;
};
"XF86MonBrightnessDown" = {
action.spawn-sh = "brightnessctl s 10%-";
action.spawn-sh = "brightnessctl s 5%-";
allow-when-locked = true;
};