summaryrefslogtreecommitdiff
path: root/rmt-action
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-11-25 04:26:15 +0100
committerLM-LCL <hello@exaltedelite.club>2024-11-25 04:26:15 +0100
commit9cc0ce20537f34492853a243eebf4c9dcb43127d (patch)
tree6911d9614aaf27a6f74feab5c7c0ab4a7ccfb55f /rmt-action
parent30d147d7b1693ed2695a80e5ef9a04f2a47aa3d3 (diff)
Return to dmenu
Diffstat (limited to 'rmt-action')
-rwxr-xr-xrmt-action2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmt-action b/rmt-action
index f24318d..6b3db9b 100755
--- a/rmt-action
+++ b/rmt-action
@@ -8,7 +8,7 @@
CHOICES=('Play' 'Record' 'Clip' 'Download' 'aDownload' 'Open' 'Clipboard')
[ ! -z "$1" ] && selected="$1" \
- || selected="$(echo "${CHOICES[@]}" | tr ' ' '\n' | rofi -dmenu -i)"
+ || selected="$(echo "${CHOICES[@]}" | tr ' ' '\n' | dmenu -i)"
case "$selected" in
"${CHOICES[1]}")