diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-03-05 19:45:58 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-03-05 19:45:58 +0000 |
commit | 8e83d6805affca66533b42a7eec756f29f5e0441 (patch) | |
tree | 35b241f15068c3e2b76f367faad7064100cfca40 /common | |
parent | 6252dd4f3fceabfc175fe98cca49d4f0494b76b7 (diff) | |
download | config-8e83d6805affca66533b42a7eec756f29f5e0441.tar config-8e83d6805affca66533b42a7eec756f29f5e0441.tar.gz config-8e83d6805affca66533b42a7eec756f29f5e0441.tar.bz2 config-8e83d6805affca66533b42a7eec756f29f5e0441.tar.xz config-8e83d6805affca66533b42a7eec756f29f5e0441.zip |
- bind amixer command to volume keys, with aumix-text toggling mute/unmute is impossible
Diffstat (limited to 'common')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 1ee36eb..ddf229d 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -12,9 +12,9 @@ <property name="<Control><Alt>Delete" type="string" value="xflock4"/> <property name="<Alt>F2" type="string" value="xfrun4"/> <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f -s $HOME"/> - <property name="XF86AudioRaiseVolume" type="string" value="aumix-text -v+10"/> - <property name="XF86AudioLowerVolume" type="string" value="aumix-text -v-10"/> - <property name="XF86AudioMute" type="string" value="aumix-text -v0"/> + <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+"/> + <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%-"/> + <property name="XF86AudioMute" type="string" value="amixer set Master toggle"/> </property> </property> <property name="xfwm4" type="empty"> |