diff options
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/rofi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index 7f0a89b..1a3ec6c 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 $@ +/bin/rofi -no-default-config $@ |