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 = [ "XF86MonBrightnessUp".action.spawn = [
"sh" "sh"
"-c" "-c"
"dms ipc call brightness increment 5" "dms ipc call brightness increment 5 backlight:intel_backlight"
]; ];
"XF86MonBrightnessDown".action.spawn = [ "XF86MonBrightnessDown".action.spawn = [
"sh" "sh"
"-c" "-c"
"dms ipc call brightness decrement 5" "dms ipc call brightness decrement 5 backlight:intel_backlight"
]; ];
# Window management (matching hyprland) # Window management (matching hyprland)

View File

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