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 & xrdb ~/.Xresources &
## Clipboard manager ## Clipboard manager
(sleep 2; anamnesis --start) & #(sleep 2; anamnesis --start) &
## Start desktop visualizer (eyecandy) ## Start desktop visualizer (eyecandy)
(sleep 3; conky) & (sleep 3; conky) &
@ -29,9 +29,6 @@ xrdb ~/.Xresources &
## Urxvt daemon ## Urxvt daemon
urxvtd -q -f -o & urxvtd -q -f -o &
## Create musicpd temporary log
touch /tmp/mpd-log &
## KeepassXC ## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Nextcloud/Documents/IT/MDP.kbdx") & (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="UnmaximizeFull"/>
<action name="MaximizeVert"/> <action name="MaximizeVert"/>
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<width>29%</width> <width>28%</width>
</action> </action>
<action name="MoveToEdgeWest"/> <action name="MoveToEdgeWest"/>
</keybind> </keybind>
@ -198,7 +198,7 @@
<action name="UnmaximizeFull"/> <action name="UnmaximizeFull"/>
<action name="MaximizeVert"/> <action name="MaximizeVert"/>
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<width>71%</width> <width>72%</width>
</action> </action>
<action name="MoveToEdgeEast"/> <action name="MoveToEdgeEast"/>
</keybind> </keybind>
@ -240,12 +240,12 @@
</keybind> </keybind>
<keybind key="XF86AudioRaiseVolume"> <keybind key="XF86AudioRaiseVolume">
<action name="Execute"> <action name="Execute">
<command>mixer vol +5</command> <command>amixer set Master 5%+</command>
</action> </action>
</keybind> </keybind>
<keybind key="XF86AudioLowerVolume"> <keybind key="XF86AudioLowerVolume">
<action name="Execute"> <action name="Execute">
<command>mixer vol -5</command> <command>amixer set Master 5%-</command>
</action> </action>
</keybind> </keybind>
<keybind key="XF86AudioMute"> <keybind key="XF86AudioMute">