Compare commits
2 Commits
7ac6878a92
...
ac33b25b3c
| Author | SHA1 | Date | |
|---|---|---|---|
| ac33b25b3c | |||
| e1a22878c7 |
@@ -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 = [
|
||||
|
||||
@@ -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 = { };
|
||||
|
||||
@@ -148,6 +148,7 @@ in
|
||||
#upscaler
|
||||
pear-desktop
|
||||
libsixel
|
||||
jellyfin-desktop
|
||||
|
||||
# ─── Development Toolchains ──────────────────────────────────────────────────
|
||||
gdb
|
||||
|
||||
Reference in New Issue
Block a user