4 Commits

Author SHA1 Message Date
KronikPillow
ea5e3ad709
this is how you add missing empty folders
upon fresh install .config/abook and .config/mpd/playlists and .cache/zsh is not created
because of it abook can't create a addressbook and returns a error when launched,
while ncmpcpp can't add songs to playlists as the folder doesn't exist,
and zsh doesn't create history because the folder doesn't exist

solved by adding a .gitignore in those folders and telling git to ignore all files in the folder except .gitignore
2021-04-01 01:24:36 +02:00
Hekuran
c1e2aa9ffc
Move bg link to ~/.local/share/ (#545)
* Move bg link to ~/.local/share/

often the ~/.cache directory is deleted because it gets too big, in my case if i compile stuff with yay, firefoxs chace also gets quite big, and mesa shaders are also stored there.

* added a symlink to .config/wall.png

* removed the .cache dir
2020-04-08 10:16:59 -04:00
Luke Smith
9365b3db7d
bg fix? 2020-03-28 10:07:32 -04:00
Luke Smith
04c117f856
setbg overhaul, dwm update mv'd to postrun
Yeah of course I'm going to totally rewrite a script right after I do a video on it.
It uses links now to not waste space and env variables. Location moved to cache.
Thanks to those who suggested some changes.
2020-03-27 22:06:47 -04:00