diff options
author | Thomas Groman <tgroman@nuegia.net> | 2018-10-18 13:50:26 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2018-10-18 13:50:26 -0700 |
commit | 32f12636872356af9f2b49fc8decabe84a1d5e58 (patch) | |
tree | 54cde90e6e1fc0f82f8f38d7656f86a882122d10 | |
parent | 63edf8e50c03caf096a70cc7dd968dcd502ffb26 (diff) | |
download | configs-32f12636872356af9f2b49fc8decabe84a1d5e58.tar configs-32f12636872356af9f2b49fc8decabe84a1d5e58.tar.gz configs-32f12636872356af9f2b49fc8decabe84a1d5e58.tar.lz configs-32f12636872356af9f2b49fc8decabe84a1d5e58.tar.xz configs-32f12636872356af9f2b49fc8decabe84a1d5e58.zip |
Switched hardware volume buttons to control ALSA
-rw-r--r-- | .config/i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index bb3c4a0..8b34651 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -156,8 +156,10 @@ bar { } # Pulse Audio controls -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume +#bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume +bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+ +#bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume +bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%- # Autostart Applets exec --no-startup-id feh --bg-tile Pictures/bg.gif # Set Xorg Background |