From 53671fb05c88fca61d91df794491bc92ed8beaa2 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 23 Oct 2021 11:46:35 -0400 Subject: [PATCH] Rofi window text --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 07767e7..76cced6 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -9,7 +9,7 @@ configuration { combi-modi: "window,drun,run,ssh"; scroll-method: 0; click-to-exit: true; - display-window: "window: "; + display-window: "window"; display-run: "run"; display-ssh: "ssh"; display-drun: "drun";