Compare commits

...

2 Commits

Author SHA1 Message Date
ac33b25b3c kasdhf 2026-01-27 22:15:12 +00:00
e1a22878c7 khfajks 2026-01-27 22:11:13 +00:00
3 changed files with 13 additions and 4 deletions

View File

@@ -314,8 +314,8 @@ in
# ",XF86MonBrightnessDown, exec, light -U 5"
# Brightness
",XF86MonBrightnessUp, exec, dms ipc call brightness increment 5"
",XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5"
",XF86MonBrightnessUp, exec, dms ipc call brightness increment 5 backlight:intel_backlight"
",XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5 backlight:intel_backlight"
];
bindl = [

View File

@@ -189,8 +189,16 @@ in
];
# Brightness control
"XF86MonBrightnessUp".action.spawn = [ "dms" "ipc" "call" "brightness" "increment" "5" ];
"XF86MonBrightnessDown".action.spawn = [ "dms" "ipc" "call" "brightness" "decrement" "5" ];
"XF86MonBrightnessUp".action.spawn = [
"sh"
"-c"
"dms ipc call brightness increment 5 backlight:intel_backlight"
];
"XF86MonBrightnessDown".action.spawn = [
"sh"
"-c"
"dms ipc call brightness decrement 5 backlight:intel_backlight"
];
# Window management (matching hyprland)
"${mod}+Q".action.close-window = { };

View File

@@ -148,6 +148,7 @@ in
#upscaler
pear-desktop
libsixel
jellyfin-desktop
# ─── Development Toolchains ──────────────────────────────────────────────────
gdb