summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-12 09:05:58 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-12 09:05:58 +0200
commitf79a04e2feccd0c3b897c76c6feff64f28e9010f (patch)
tree1bd3c4bbd9e7383e65a1e8107593816962f92fa9 /scripts
parent421cc62951db8445f830b2d220880e0b681a408c (diff)
downloadconfig-f79a04e2feccd0c3b897c76c6feff64f28e9010f.tar.gz
config-f79a04e2feccd0c3b897c76c6feff64f28e9010f.zip
Fix weird error with shell I guess?
Diffstat (limited to '')
-rwxr-xr-xscripts/dmenu-unmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dmenu-unmount b/scripts/dmenu-unmount
index 93c8186..f36bb09 100755
--- a/scripts/dmenu-unmount
+++ b/scripts/dmenu-unmount
@@ -7,7 +7,7 @@
7# Example: dmenu-unmount -m slmenu -w echo 7# Example: dmenu-unmount -m slmenu -w echo
8 8
9menu=dmenu 9menu=dmenu
10writeout=${NOTIFY:-"notify push"} 10writeout="notify push"
11 11
12usage() { 12usage() {
13 echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]" 13 echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]"

Generated with cgit - Back to sebastiano.tronto.net