diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-08-28 16:34:44 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-08-28 16:34:44 +0200 |
commit | 4438acb49e1c3c9f3952305800e61be368fb9846 (patch) | |
tree | 01b5cda58783d6648b4f25ebf49567e5ac980a36 | |
parent | 3768eab8cf6aadf90ca210b7f7faa1e9e130bb67 (diff) | |
download | dotfiles-4438acb49e1c3c9f3952305800e61be368fb9846.tar.gz dotfiles-4438acb49e1c3c9f3952305800e61be368fb9846.tar.bz2 dotfiles-4438acb49e1c3c9f3952305800e61be368fb9846.zip |
openbox/rc: fix pa-sink-ctl -> pa_sink_ctl
-rw-r--r-- | .config/openbox/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 2633ed2..0ede969 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -324,7 +324,7 @@ </keybind> <keybind key="W-a"> <action name="Execute"> - <command>urxvtc -e pa-sink-ctl</command> + <command>urxvtc -e pa_sink_ctl</command> </action> </keybind> <keybind key="W-m"> |