mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Correct spelling mistake in volume-control
This commit is contained in:
parent
d0c05077ec
commit
0d17fad43e
|
|
@ -27,7 +27,7 @@
|
|||
(defcommand volume-up () ()
|
||||
(run-shell-command (format nil "amixer ~asset Master playback 2db+"
|
||||
(translate-device-to-option *sound-card*)))
|
||||
(message "Audio bit lowder."))
|
||||
(message "Audio bit louder."))
|
||||
|
||||
(defcommand volume-down () ()
|
||||
(run-shell-command (format nil "amixer ~asset Master playback 2db-"
|
||||
|
|
|
|||
Loading…
Reference in a new issue