fix backlight

This commit is contained in:
Sakooooo 2023-07-11 06:32:58 +03:00
parent 400f6a5513
commit 765f2e5468
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 9 additions and 0 deletions

View file

@ -129,3 +129,9 @@ XF86AudioLowerVolume
pactl set-sink-volume 0 -5%
XF86AudioMute
pactl set-sink-mute 0 toggle
#
## backlight
#
XF86MonBrightness{Up,Down}
brightnessctl {s +100,s 100-}

View file

@ -50,7 +50,10 @@ in
users.users.sako.packages = with pkgs; [
polybar
rofi
# network
networkmanagerapplet
# brightness
brightnessctl
];
home-manager.users.sako = { pkgs , ...}: {