From ac3630acff3a49da55913f4e66d0af4aacdebec8 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 29 Jun 2023 16:17:17 -0300 Subject: Added rofi config --- .config/rofi/config.rasi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.rasi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 00000000..e9f7b482 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,drun,combi"; + font: "hack 12"; +} + +@theme "~/.config/rofi/theme/rogs.rasi" -- cgit v1.2.3