fjhsd
This commit is contained in:
@@ -314,8 +314,8 @@ in
|
|||||||
# ",XF86MonBrightnessDown, exec, light -U 5"
|
# ",XF86MonBrightnessDown, exec, light -U 5"
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
",XF86MonBrightnessUp, global, dms ipc call brightness increment 5"
|
",XF86MonBrightnessUp, exec, dms ipc call brightness increment 5"
|
||||||
",XF86MonBrightnessDown, global, dms ipc call brightness decrement 5"
|
",XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindl = [
|
bindl = [
|
||||||
|
|||||||
@@ -189,16 +189,8 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Brightness control
|
# Brightness control
|
||||||
"XF86MonBrightnessUp".action.spawn = [
|
"XF86MonBrightnessUp".action.spawn = [ "dms" "ipc" "call" "brightness" "increment" "5" ];
|
||||||
"sh"
|
"XF86MonBrightnessDown".action.spawn = [ "dms" "ipc" "call" "brightness" "decrement" "5" ];
|
||||||
"-c"
|
|
||||||
"dms ipc call brightness increment 5"
|
|
||||||
];
|
|
||||||
"XF86MonBrightnessDown".action.spawn = [
|
|
||||||
"sh"
|
|
||||||
"-c"
|
|
||||||
"dms ipc call brightness decrement 5"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Window management (matching hyprland)
|
# Window management (matching hyprland)
|
||||||
"${mod}+Q".action.close-window = { };
|
"${mod}+Q".action.close-window = { };
|
||||||
|
|||||||
Reference in New Issue
Block a user