From 466088d8800db72519340b73e1fcea8bb2984492 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:23:28 +0200 Subject: [PATCH] added base configuration for rofi --- rofi/config.rasi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rofi/config.rasi b/rofi/config.rasi index 82e3044..e1194dd 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1 +1,6 @@ +configuration { + modi: "drun,combi"; + font: "JetBrains Mono Nerd Font 14"; + combi-modi: "window,drun"; +} @theme "/usr/share/rofi/themes/purple.rasi"