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