mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Switch to brightnessctl
This commit is contained in:
parent
c90fd43df3
commit
3e57420b04
2 changed files with 5 additions and 5 deletions
|
|
@ -101,8 +101,8 @@
|
|||
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
|
||||
# Adjust brightness
|
||||
", XF86MonBrightnessUp, exec, brillo -q -u 20000 -A 4"
|
||||
", XF86MonBrightnessDown, exec, brillo -q -u 20000 -U 4"
|
||||
", XF86MonBrightnessUp, exec, ${lib.getExe pkgs.brightnessctl} -e set +2%"
|
||||
", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} -e set 2%-"
|
||||
];
|
||||
|
||||
# Mouse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue