\Revert "xorg.backlight"

This reverts commit 9febdc406e.
This commit is contained in:
Sakooooo 2023-07-07 23:03:21 +03:00
parent 7a07d169f4
commit b60b133dfc
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 1 additions and 12 deletions

View file

@ -121,20 +121,11 @@ super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}
#
## audio
## audio and backlight
#
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,7 +139,6 @@
rofi
kitty
polybar
xorg.xbacklight
steam
winetricks
wineWowPackages.staging

View file

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