dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3cfeb40e8a3e7cc2b68d77cb008d2a81136c7fc3
parent 064028c72b0001a374a5dfec91e448d61ee34570
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 17 Sep 2019 15:10:45 -0400

i3: fixed brightness and volume controls

Former-commit-id: 048c195aa4123d0b0a3dfb4d8681d18aecb99e6e
Diffstat:
Mi3/config | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/i3/config b/i3/config @@ -211,13 +211,13 @@ mode "$mode_gaps_outer" { bindsym Escape mode "default" } # Pulse Audio controls -# bindsym XF86AudioRaiseVolume exec --no-startup-id /usr/bin/pactl set-sink-volume 0 +5% #increase sound volume -# bindsym XF86AudioLowerVolume exec --no-startup-id /usr/bin/pactl set-sink-volume 0 -5% #decrease sound volume -# bindsym XF86AudioMute exec --no-startup-id /usr/bin/pactl set-sink-mute 0 toggle # mute sound +bindsym XF86AudioRaiseVolume exec --no-startup-id /home/zeroalpha/.dotfiles/scripts/pactl-volume up +bindsym XF86AudioLowerVolume exec --no-startup-id /home/zeroalpha/.dotfiles/scripts/pactl-volume down +bindsym XF86AudioMute exec --no-startup-id /usr/bin/pactl set-sink-mute 0 toggle # Sreen brightness controls -bindsym XF86MonBrightnessUp exec /home/zeroalpha/.dotfiles/scripts/xrandr-brightness up -bindsym XF86MonBrightnessDown exec /home/zeroalpha/.dotfiles/scripts/xrandr-brightness down +bindsym XF86MonBrightnessUp exec --no-startup-id /home/zeroalpha/.dotfiles/scripts/xrandr-brightness up +bindsym XF86MonBrightnessDown exec --no-startup-id /home/zeroalpha/.dotfiles/scripts/xrandr-brightness down # Media player controls # bindsym XF86AudioPlay exec playerctl play # bindsym XF86AudioPause exec playerctl pause