fix rofi config

This commit is contained in:
c0de 2021-01-17 18:12:33 -06:00
parent 934d9bfe92
commit 4f73b2db69
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ symlink "${DF_HOME}/.vimrc" "${HOME}/.vimrc"
symlink "${DF_HOME}/.zshrc" "${HOME}/.zshrc"
# Install ~/.config stuff
symlink "${DF_CONFIG}/.rofi" "${HOME}/.config/.rofi"
symlink "${DF_CONFIG}/rofi" "${HOME}/.config/rofi"
symlink "${DF_CONFIG}/compton" "${HOME}/.config/compton"
symlink "${DF_CONFIG}/dunst" "${HOME}/.config/dunst"
symlink "${DF_CONFIG}/gtk-2.0" "${HOME}/.config/gtk-2.0"