diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 23:16:23 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 23:16:23 +0400 |
| commit | 1f5ba3f7014a7893ba88be886fa98d784d146832 (patch) | |
| tree | 9460f1ee642eb570a179652b4235f7213afa6850 /scripts | |
| parent | a58b8b4673c0fcdd2cab3cf29c517cdbc9138d45 (diff) | |
fix(lib_handle.sh): unquote dmenu
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/lib/lib_handle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/lib_handle.sh b/scripts/lib/lib_handle.sh index cc2c73b..319d756 100644 --- a/scripts/lib/lib_handle.sh +++ b/scripts/lib/lib_handle.sh @@ -154,5 +154,5 @@ menu_handle() { "center") flags="-bw 1 -c -g 1 -l 25" ;; esac shift - dmenu "${flags}" + dmenu ${flags} } |
