mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Make dmenurecord use prompt script
This commit is contained in:
parent
bbcb898aee
commit
70f1f07467
@ -91,10 +91,7 @@ askrecording() { \
|
||||
esac
|
||||
}
|
||||
|
||||
asktoend() { \
|
||||
response=$(printf "No\\nYes" | dmenu -i -p "Recording still active. End recording?") &&
|
||||
[ "$response" = "Yes" ] && killrecording
|
||||
}
|
||||
asktoend() { prompt "Recording still active. End recording?" && killrecording }
|
||||
|
||||
videoselected()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user