summaryrefslogtreecommitdiff
path: root/.config/openbox
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-08-28 14:57:37 +0200
committerben <benjaminfranzke@googlemail.com>2010-08-28 14:57:37 +0200
commite8ec5de291581b08a43826aabdc5549f4cee0f0b (patch)
treed44219e49d2ed1e0571d7641eaf8f0541c508718 /.config/openbox
parent29a0b3aef9d466e4224230cf028d7595d14b5a7f (diff)
downloaddotfiles-e8ec5de291581b08a43826aabdc5549f4cee0f0b.tar.gz
dotfiles-e8ec5de291581b08a43826aabdc5549f4cee0f0b.tar.bz2
dotfiles-e8ec5de291581b08a43826aabdc5549f4cee0f0b.zip
openbox/rc.xml: add W-a shortcut for pa-sink-ctl
Diffstat (limited to '.config/openbox')
-rw-r--r--.config/openbox/rc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 4411aa1..a944fe8 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -307,6 +307,11 @@
<command>urxvtc -e wicd-curses</command>
</action>
</keybind>
+ <keybind key="W-a">
+ <action name="Execute">
+ <command>urxvtc -e pa-sink-ctl</command>
+ </action>
+ </keybind>
<keybind key="W-m">
<action name="Execute">
<command>gnome-mplayer</command>