xorg.backlight

This commit is contained in:
Sakooooo 2023-07-07 12:37:44 +03:00
parent b3118bc9ed
commit 9febdc406e
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 12 additions and 1 deletions

View file

@ -121,11 +121,20 @@ super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}
#
## audio and backlight
## audio
#
XF86AudioRaiseVolume
pactl set-sink-volume 0 +5%
XF86AudioLowerVolume
pactl set-sink-volume 0 -5%
XF86AudioMute
pactl set-sink-mute 0 toggle
#
## backlight
#
XF86MonBrightness{Up,Down}
xbacklight -{inc,dec} 5 &

View file

@ -139,6 +139,7 @@
rofi
kitty
polybar
xorg.xbacklight
steam
winetricks
wineWowPackages.staging

View file

@ -25,6 +25,7 @@ in {
(polybar.override {
pulseSupport = true;
})
xorg.xbacklight
];
};
}