From e5e67f25eb9fb5f52997721cf2142468542ffaa9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Feb 2024 00:13:27 +0100 Subject: properly quote arguments --- .local/share/bin/rofi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/share') diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index 1a3ec6c..5157741 100755 --- a/.local/share/bin/rofi +++ b/.local/share/bin/rofi @@ -8,4 +8,4 @@ export ROFIBGCOLOR="$(get_color background)" export ROFIFGCOLOR="$(get_color foreground)" export ROFIACCOLOR="$(get_color color5)" -/bin/rofi -no-default-config $@ +/bin/rofi -no-default-config "$@" -- cgit v1.2.3