Skip to content
Discussion options

You must be logged in to vote

I use wl-screenrec along with slurp.

https://github.com/russelltg/wl-screenrec

aplay ~/Music/click.wav && pkill wl-screenrec || wl-screenrec -g "$(slurp)" -f ~/Videos/Screencasts/$(date +'%s_vid.mp4')

This will play a sound and record a section of the screen. I have it saved as a bash script that I call with key bind.

Super+Ctrl+Shift+F12 { spawn "sh" "-c" "windowrec.sh"; }

The key bind acts as a toggle to start and stop recording.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@marcinjahn
Comment options

marcinjahn May 4, 2025
Author Sponsor

@Plyply99
Comment options

@marcinjahn
Comment options

marcinjahn May 4, 2025
Author Sponsor

@marcinjahn
Comment options

marcinjahn May 4, 2025
Author Sponsor

Answer selected by marcinjahn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants