Moved from xbacklight to light since switching to modesetting
This commit is contained in:
parent
d75dff184a
commit
8de626978a
|
@ -170,9 +170,9 @@ bindsym Mod1+Control+l exec i3lock -b -d -c 000000 -e -f
|
||||||
new_window none
|
new_window none
|
||||||
new_float pixel
|
new_float pixel
|
||||||
|
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls (requires light(1) from the AUR)
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness
|
||||||
|
|
||||||
# Alsa Volume controls
|
# Alsa Volume controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume
|
||||||
|
|
Loading…
Reference in New Issue