diff options
-rw-r--r-- | .config/rofi/config.rasi | 15 |
1 files changed, 15 insertions, 0 deletions
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" |