diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-07 01:32:21 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-07 01:32:21 (EST) |
commit | 7ea8e01688a0d012cc38b011ce5a161b985237b9 (patch) | |
tree | 0a7d7a6d26b16357aac2025e4a824255684b4255 /.fluxbox/keys | |
parent | 8f51085021116dd24ad7cff9794d5acdcba3b3cf (diff) | |
download | fluxbox-7ea8e01688a0d012cc38b011ce5a161b985237b9.zip fluxbox-7ea8e01688a0d012cc38b011ce5a161b985237b9.tar.gz fluxbox-7ea8e01688a0d012cc38b011ce5a161b985237b9.tar.bz2 |
.fluxbox/keys: Adjust volume increments
Diffstat (limited to '.fluxbox/keys')
-rw-r--r-- | .fluxbox/keys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 5f5fb62..10b9dd8 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -117,8 +117,8 @@ Control Mod1 Delete r :Exec sudo reboot Control Mod1 Delete c :Reconfigure # Audio -XF86AudioRaiseVolume :Exec amixer set Master,0 12.00dB+ -XF86AudioLowerVolume :Exec amixer set Master,0 12.00dB- +XF86AudioRaiseVolume :Exec amixer set Master,0 10.00dB+ +XF86AudioLowerVolume :Exec amixer set Master,0 10.00dB- XF86AudioMute :Exec amixer set Master,0 toggle # Music |