From 227be35ad8dc8377ae3afd7a908e3b52932243a1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 9 Sep 2021 18:42:50 +0200 Subject: patch for rofi update --- .local/share/bin/rofi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/share/bin') 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 $@ -- cgit v1.2.3