1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

record: fixed notifications

This commit is contained in:
2023-01-11 03:58:46 +01:00
parent 1488c9ce5a
commit 29ac61618d
4 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/sh
killall -SIGINT gpu-screen-recorder
notify-send 'Screen record' 'Recording stopped'
killall -SIGINT gpu-screen-recorder && notify-send 'Screen record' 'Recording stopped'