1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-05-09 17:37:46 +02:00
dotfiles/.local/bin/tools/record_stop

5 lines
95 B
Bash
Executable File

#!/bin/sh
killall -SIGINT gpu-screen-recorder
notify-send 'Screen record' 'Recording stopped'