From 321a1b787b6de122b0c2196e2fd86fb5b305ec50 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 16 Feb 2022 16:03:33 +0100 Subject: rofi: adds --- .config/rofi/config.rasi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..55fb62d --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,15 @@ +configuration { + modi: "run,combi"; + cycle: true; + show-icons: true; + matching: "glob"; + width: 40; + columns: 1; + location: 0; + padding: 50; + font: "UbuntuMono Mono 12"; + hide-scrollbar: true; + sidebar-mode: true; +} + +@theme "gruvbox-dark-hard" -- cgit v1.2.3-18-g5258