khfajks
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -148,6 +148,7 @@ in
|
|||||||
#upscaler
|
#upscaler
|
||||||
pear-desktop
|
pear-desktop
|
||||||
libsixel
|
libsixel
|
||||||
|
jellyfin-desktop
|
||||||
|
|
||||||
# ─── Development Toolchains ──────────────────────────────────────────────────
|
# ─── Development Toolchains ──────────────────────────────────────────────────
|
||||||
gdb
|
gdb
|
||||||
|
|||||||
Reference in New Issue
Block a user