Add keybinding to make screenshots
This commit is contained in:
parent
c9c8f71498
commit
0ac73d412f
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ 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
|
||||||
|
|
||||||
|
# Add a screenshot button.
|
||||||
|
hc keybind Print spawn scrot \
|
||||||
|
"${HOME}/pictures/screenshots/desktop/%Y%m%d_\$wx\$h_scrot.png"
|
||||||
|
|
||||||
if which lumeus >/dev/null 2>&1; then
|
if which lumeus >/dev/null 2>&1; then
|
||||||
hc keybind XF86MonBrightnessUp spawn lumeus +10%
|
hc keybind XF86MonBrightnessUp spawn lumeus +10%
|
||||||
hc keybind XF86MonBrightnessDown spawn lumeus -10%
|
hc keybind XF86MonBrightnessDown spawn lumeus -10%
|
||||||
|
|
Loading…
Reference in a new issue