From 9a1c0ca8fd313ddb7cc7befe64d463a44363a8e2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 01:00:05 -0500 Subject: [PATCH] rofi: Remove leading text from search --- rofi/.config/rofi/config.rasi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 04a1961..786ef27 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -3,10 +3,12 @@ configuration { font: "Noto Sans CJK JP 12"; show-icons: true; bw: 0; + display-drun: ""; + display-window: ""; + display-combi: ""; drun-icon-theme: "Papirus-Dark"; terminal: "kitty"; scroll-method: 1; - display-drun: "Search"; } @theme "~/.cache/wal/rofi.rasi"