diff options
Diffstat (limited to '.config/rofi/config.rasi')
| -rw-r--r-- | .config/rofi/config.rasi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..c80fd01 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,10 @@ +configuration { + display-drun: "Applications:"; + display-windows: "Windows:"; + drun-display-format: "{icon} {name}"; + font: "Google Sans 12"; + modi: "window,run,drun"; + show-icons: false; +} + +@theme "/home/venomade/.config/rofi/theme.rasi" |
