summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2018-10-18 13:50:26 -0700
committerThomas Groman <tgroman@nuegia.net>2018-10-18 13:50:26 -0700
commit32f12636872356af9f2b49fc8decabe84a1d5e58 (patch)
tree54cde90e6e1fc0f82f8f38d7656f86a882122d10
parent63edf8e50c03caf096a70cc7dd968dcd502ffb26 (diff)
downloadconfigs-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/config6
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