Add keybindings for brightness control
This commit is contained in:
parent
aefeec6f35
commit
e46390cd7f
1 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,11 @@ hc keybind XF86AudioPlay spawn mpc toggle
|
||||||
hc keybind XF86AudioNext spawn mpc next
|
hc keybind XF86AudioNext spawn mpc next
|
||||||
hc keybind XF86AudioPrev spawn mpc prev
|
hc keybind XF86AudioPrev spawn mpc prev
|
||||||
|
|
||||||
|
if which lumeus >/dev/null 2>&1; then
|
||||||
|
hc keybind XF86MonBrightnessUp spawn lumeus +10%
|
||||||
|
hc keybind XF86MonBrightnessDown spawn lumeus -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