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 | |
parent | 6c20915867378b468b8847d34a28f6fdb24877e5 (diff) | |
download | dogfiles-daad384c2b55f2adfd1104a2ff8b8b205332b99f.tar.gz |
rofi config moved to new format
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config | 2 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index 330d166..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,2 +0,0 @@ -rofi.theme: /usr/share/rofi/themes/android_notification.rasi -rofi.terminal: /usr/bin/alacritty 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" + |