blob: 8f07a94b5ddd384837f59d51c075922e7587ccff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 2>&1 | xargs -0 notify-send
alt + w
firefox
|