1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-20 12:59:46 +01:00
Files
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'