diff options
| author | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
| commit | 65aad59ef0802708a8a7c8a312755232cc1823d3 (patch) | |
| tree | fe0a437f3e9a71ab5b9197d9b8fa72c24d2170ea /rofi/config.rasi | |
initial commit
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..a8c6cb4 --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,13 @@ +configuration { + show-icons: true; + + display-ssh: " ssh:"; + display-run: " run:"; + display-drun: " drun:"; + display-window: " window:"; + display-combi: " combi:"; + display-filebrowser: " filebrowser:"; +} + +@theme "~/.config/rofi/catppuccin-lavrent-mocha.rasi" + |
