1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-12-23 03:09:45 +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'