blob: 28026a7c6c551f3556e965c28de666da3c6770b4 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
DISPLAY="$(hyprctl monitors | head -n 1 | cut -d ' ' -f 2)"
notify-send -u normal -i video-display "Recording Screen" "Display: $DISPLAY"
wf-recorder -Dyf ~/Videos/recordings/video.mkv
|