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" # ",XF86MonBrightnessDown, exec, light -U 5"
# Brightness # Brightness
",XF86MonBrightnessUp, exec, dms ipc call brightness increment 5" ",XF86MonBrightnessUp, exec, dms ipc call brightness increment 5 backlight:intel_backlight"
",XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5" ",XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5 backlight:intel_backlight"
]; ];
bindl = [ bindl = [

View File

@@ -189,8 +189,16 @@ in
]; ];
# Brightness control # Brightness control
"XF86MonBrightnessUp".action.spawn = [ "dms" "ipc" "call" "brightness" "increment" "5" ]; "XF86MonBrightnessUp".action.spawn = [
"XF86MonBrightnessDown".action.spawn = [ "dms" "ipc" "call" "brightness" "decrement" "5" ]; "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) # Window management (matching hyprland)
"${mod}+Q".action.close-window = { }; "${mod}+Q".action.close-window = { };

View File

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