From c1e2aa9ffcf1c4ee116b0495b6e8bf6ba67c5188 Mon Sep 17 00:00:00 2001 From: Hekuran <62762955+narukeh@users.noreply.github.com> Date: Wed, 8 Apr 2020 16:16:59 +0200 Subject: 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 --- .local/share/bg | 1 + 1 file changed, 1 insertion(+) create mode 120000 .local/share/bg (limited to '.local/share') diff --git a/.local/share/bg b/.local/share/bg new file mode 120000 index 0000000..6c5d299 --- /dev/null +++ b/.local/share/bg @@ -0,0 +1 @@ +../../.config/wall.png \ No newline at end of file -- cgit v1.3.1