From 1482e172483cc331cc9d5b8b1d53d72d54e5cdb1 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Tue, 26 Jul 2022 15:58:57 +0100 Subject: [PATCH] added a section for active modules in rofi --- rofi/.config/rofi/config.rasi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 975e628..67719c9 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,5 +1,10 @@ /*Dracula theme based on the Purple official rofi theme*/ +configuration { + modi: "window,drun,ssh"; + combi-modi: "window,drun,ssh"; +} + * { font: "Jetbrains Mono 12"; foreground: #f8f8f2;