aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/rofi
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-28 00:13:27 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-28 00:13:27 +0100
commite5e67f25eb9fb5f52997721cf2142468542ffaa9 (patch)
treedf564e3f0f97786507ecfe02a84e9ea96cc834c7 /.local/share/bin/rofi
parent2fde44e432aeb86325ae2254dcec681fbc0df618 (diff)
properly quote arguments
Diffstat (limited to '.local/share/bin/rofi')
-rwxr-xr-x.local/share/bin/rofi2
1 files changed, 1 insertions, 1 deletions
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 "$@"