Change mixer command to amixer in openbox
This commit is contained in:
parent
45c865db2a
commit
8cb021608c
|
@ -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") &
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue