mirror of https://github.com/tiyn/dotfiles
parent
1488c9ce5a
commit
29ac61618d
@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
killall -SIGUSR1 gpu-screen-recorder
|
killall -SIGUSR1 gpu-screen-recorder && notify-send 'Screen record' 'Replay saved'
|
||||||
notify-send 'Screen record' 'Replay saved'
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
killall -SIGINT gpu-screen-recorder
|
killall -SIGINT gpu-screen-recorder && notify-send 'Screen record' 'Recording stopped'
|
||||||
notify-send 'Screen record' 'Recording stopped'
|
|
||||||
|
Loading…
Reference in new issue