diff options
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" + |