Add volume control keybindings
This commit is contained in:
parent
75bddbb1eb
commit
1841e6a4cd
1 changed files with 6 additions and 0 deletions
|
@ -148,6 +148,12 @@ if which lumeus >/dev/null 2>&1; then
|
||||||
hc keybind XF86MonBrightnessDown spawn lumeus -10%
|
hc keybind XF86MonBrightnessDown spawn lumeus -10%
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if which ponymix >/dev/null 2>&1; then
|
||||||
|
hc keybind XF86AudioMute spawn ponymix toggle
|
||||||
|
hc keybind XF86AudioLowerVolume spawn ponymix decrease 10
|
||||||
|
hc keybind XF86AudioRaiseVolume spawn ponymix increase 10
|
||||||
|
fi
|
||||||
|
|
||||||
# Change the default layout to fullscreen.
|
# Change the default layout to fullscreen.
|
||||||
hc set default_frame_layout 2
|
hc set default_frame_layout 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue