diff options
author | Indrajith K L | 2024-06-27 17:51:18 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-27 17:51:18 +0530 |
commit | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (patch) | |
tree | e78187146c506d5a640545dee99cc3e9860e25dc /rofi | |
download | dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.gz dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.bz2 dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.zip |
Adds Arch Linux dotfiles
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/config.rasi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 000000000..4f7bbae2f --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,21 @@ +configuration { + modi: "drun,run"; + font: "EnvyCodeR Nerd Font 11"; + show-icons: true; + icon-theme: "kora"; + display-drun: "APPS"; + display-run: "RUN"; + display-filebrowser: "FILES"; + display-window: "WINDOW"; + drun-display-format: "{name}"; + hover-select: false; + scroll-method: 1; + me-select-entry: ""; + me-accept-entry: "MousePrimary"; + window-format: "{w} · {c} · {t}"; + +} + + + +@import "~/.cache/wal/colors-rofi-dark.rasi"
\ No newline at end of file |