diff --git a/config.h b/config.h index d1d6138..6212439 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,7 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "feh", "--bg-fill", "~/Pictures/Wallpapers/wp_ubuntu_1.jpg", "&", NULL, + "feh", "--bg-fill", "/home/username/Pictures/Wallpapers/wp_ubuntu_1.jpg", NULL, "vonal", "&", NULL, NULL /* terminate */ }; diff --git a/dwm b/dwm index ab47de1..234b3f7 100755 Binary files a/dwm and b/dwm differ