Change mixer command to amixer in openbox

This commit is contained in:
coolneng 2019-08-18 10:08:18 +02:00
parent 45c865db2a
commit 8cb021608c
2 changed files with 5 additions and 8 deletions

View File

@ -14,7 +14,7 @@ set b off &
xrdb ~/.Xresources &
## Clipboard manager
(sleep 2; anamnesis --start) &
#(sleep 2; anamnesis --start) &
## Start desktop visualizer (eyecandy)
(sleep 3; conky) &
@ -29,9 +29,6 @@ xrdb ~/.Xresources &
## Urxvt daemon
urxvtd -q -f -o &
## Create musicpd temporary log
touch /tmp/mpd-log &
## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Nextcloud/Documents/IT/MDP.kbdx") &

View File

@ -190,7 +190,7 @@
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>29%</width>
<width>28%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
@ -198,7 +198,7 @@
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>71%</width>
<width>72%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
@ -240,12 +240,12 @@
</keybind>
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>mixer vol +5</command>
<command>amixer set Master 5%+</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>mixer vol -5</command>
<command>amixer set Master 5%-</command>
</action>
</keybind>
<keybind key="XF86AudioMute">