mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-02-22 06:09:51 -06:00
Explicitly mark that images need to be symlinked not templated
This commit is contained in:
parent
c1dad052f0
commit
902a35cbf0
|
@ -21,8 +21,8 @@ fish = "~/.config/fish"
|
|||
"rofi/themes/rofi-advanced-7-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-7-2.rasi"
|
||||
"rofi/themes/rofi-advanced-powermenu-6-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-powermenu-6-2.rasi"
|
||||
"rofi/themes/powermenu.sh" = "~/.local/share/rofi/themes/powermenu.sh"
|
||||
"rofi/themes/launcher-bg.avif" = "~/.local/share/rofi/themes/launcher-bg.avif"
|
||||
"rofi/themes/powermenu-bg.avif" = "~/.local/share/rofi/themes/powermenu-bg.avif"
|
||||
"rofi/themes/launcher-bg.avif" = { target = "~/.local/share/rofi/themes/launcher-bg.avif", type = "symbolic" }
|
||||
"rofi/themes/powermenu-bg.avif" = { target = "~/.local/share/rofi/themes/powermenu-bg.avif", type = "symbolic" }
|
||||
|
||||
[sway.files]
|
||||
"sway/config" = "~/.config/sway/config"
|
||||
|
|
Loading…
Reference in a new issue