blob: d2e7c81f2352b47bc3a2f7ec9212cbddb6684dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# vim: ft=sh
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 || notify-send "mpvsel failed"
alt + w
firefox
XF86Audio{Prev,Play,Next}
playerctl {previous,play-pause,next}
|