diff options
Diffstat (limited to '.config/rofi/config.rasi')
| -rw-r--r-- | .config/rofi/config.rasi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..81a649b --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,17 @@ +configuration { + modes: "drun,run"; + show-icons: true; + terminal: "kitty"; + font: "Noto 12"; + drun-display-format: "{icon} {name}"; + disable-history: false; + hide-scrollbar: true; + display-drun: ""; + display-run: ""; + display-window: ""; + display-Network: ""; + display-filebrowser: ""; + sidebar-mode: true; +} + +@import "~/.config/rofi/style.rasi" |
