This commit is contained in:
2026-01-27 22:11:13 +00:00
parent 588171dc0a
commit e1a22878c7
2 changed files with 3 additions and 2 deletions

View File

@@ -192,12 +192,12 @@ in
"XF86MonBrightnessUp".action.spawn = [
"sh"
"-c"
"dms ipc call brightness increment 5"
"dms ipc call brightness increment 5 backlight:intel_backlight"
];
"XF86MonBrightnessDown".action.spawn = [
"sh"
"-c"
"dms ipc call brightness decrement 5"
"dms ipc call brightness decrement 5 backlight:intel_backlight"
];
# Window management (matching hyprland)