7 lines
141 B
Bash
7 lines
141 B
Bash
#!/bin/bash
|
|
|
|
pkill -SIGINT wf-recorder && notify-send ' screen cap ended'
|
|
sleep .1
|
|
|
|
# send signal to update monitor
|
|
pkill -RTMIN+8 waybar
|