Skip to content

Commit

Permalink
i3: Use brillo instead of light
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 1, 2020
1 parent 18aa305 commit 341123e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/i3Gaps/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ gaps inner 5
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') -5%
bindsym XF86AudioMute exec pactl set-sink-mute $(pacmd list-sinks |awk '/* index:/{print $3}') toggle
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec brillo -e -U 10
bindsym XF86MonBrightnessUp exec brillo -e -A 10
bindsym XF86AudioPlay exec audacious --play-pause
bindsym XF86AudioStop exec audacious --stop
bindsym XF86AudioPrev exec audacious --rew
Expand Down

0 comments on commit 341123e

Please sign in to comment.