Compare commits
2 Commits
7ac6878a92
...
ac33b25b3c
| Author | SHA1 | Date | |
|---|---|---|---|
| ac33b25b3c | |||
| e1a22878c7 |
@@ -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 = [
|
||||||
|
|||||||
@@ -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 = { };
|
||||||
|
|||||||
@@ -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