commit 92b181c00e5dd93a108ce228ec7a817a88f587d6 parent 78ea649c5bb211b12671a768eee3b4863b5495e8 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 10 Jan 2019 18:50:15 -0500 Modify the feh path for the random wallpapers Diffstat:
M | .xinitrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xinitrc b/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh # Wallpapers -$(feh --randomize --bg-fill /home/hs0ucy/Nextcloud/oldcomp_*) & +$(feh --randomize --bg-fill /home/hs0ucy/Nextcloud/Images/oldcomp_*) & # Window Manager dwmstat &