diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 22:44:06 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 22:44:06 -0500 |
commit | daad384c2b55f2adfd1104a2ff8b8b205332b99f (patch) | |
tree | 06bf97cae1eb0b0670dce4ca1e82f8aac7f8da04 /.config/rofi/config.rasi | |
parent | 6c20915867378b468b8847d34a28f6fdb24877e5 (diff) | |
download | dogfiles-daad384c2b55f2adfd1104a2ff8b8b205332b99f.tar.gz |
rofi config moved to new format
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..9c01cbf --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,5 @@ +configuration { + terminal: "$HOME/.cargo/bin/alacritty"; +} +@theme "/usr/share/rofi/themes/android_notification.rasi" + |