blob: e01a1dccabe388a1736382c3ab4cc25a4e1aff15 (
plain)
| 1
2
3
4
5
6
7
8
 | alt + Print
	ffmpeg -f x11grab -i $DISPLAY -vframes 1 $HOME/pictures/screenshots/$(time.uuid).png
XF86Audio{RaiseVolume,LowerVolume,Mute}
	amixer set Master {5%+,5%-,toggle}
alt + y
	mpvsel
 |