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