config: i3: use brightnessctl

This commit is contained in:
Thomas Preisner 2021-01-22 13:32:53 +01:00
parent 33ed56559d
commit f81ec0f6b3

View file

@ -172,8 +172,8 @@ bindsym XF86AudioLowerVolume exec "pactl set-sink-mute @DEFAULT_SINK@ false && p
bindsym XF86AudioRaiseVolume exec "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ '+5%'" bindsym XF86AudioRaiseVolume exec "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ '+5%'"
bindsym XF86AudioMicMute exec "pactl set-source-mute 1 toggle" bindsym XF86AudioMicMute exec "pactl set-source-mute 1 toggle"
bindsym XF86MonBrightnessDown exec "xbacklight -4" bindsym XF86MonBrightnessDown exec "brightnessctl set 4%-"
bindsym XF86MonBrightnessUp exec "xbacklight +4" bindsym XF86MonBrightnessUp exec "brightnessctl set 4%+"
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)