diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-12 09:05:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-12 09:05:58 +0200 |
| commit | f79a04e2feccd0c3b897c76c6feff64f28e9010f (patch) | |
| tree | 1bd3c4bbd9e7383e65a1e8107593816962f92fa9 /scripts | |
| parent | 421cc62951db8445f830b2d220880e0b681a408c (diff) | |
| download | config-f79a04e2feccd0c3b897c76c6feff64f28e9010f.tar.gz config-f79a04e2feccd0c3b897c76c6feff64f28e9010f.zip | |
Fix weird error with shell I guess?
Diffstat (limited to '')
| -rwxr-xr-x | scripts/dmenu-unmount | 2 |
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 | ||
| 9 | menu=dmenu | 9 | menu=dmenu |
| 10 | writeout=${NOTIFY:-"notify push"} | 10 | writeout="notify push" |
| 11 | 11 | ||
| 12 | usage() { | 12 | usage() { |
| 13 | echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]" | 13 | echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]" |
