Switch from brightnessctl -> light

This commit is contained in:
James Patrick 2019-10-05 19:46:09 -04:00
parent 858a1c98e1
commit 4b4ce8b409

View File

@ -194,8 +194,8 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- bindsym XF86MonBrightnessDown exec light -U 5
bindsym XF86MonBrightnessUp exec brightnessctl set +5% bindsym XF86MonBrightnessUp exec light -A 5
bindsym Pause exec playerctl play-pause bindsym Pause exec playerctl play-pause
bindsym Shift+Pause exec bash ~/.config/rofi/scripts/media_controls bindsym Shift+Pause exec bash ~/.config/rofi/scripts/media_controls