Fixed feh wallpaper command

This commit is contained in:
Candifloss 2025-01-17 15:08:34 +05:30
parent 80b6c6e155
commit 2487955aa4
2 changed files with 1 additions and 1 deletions

View File

@ -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 */
};

BIN
dwm

Binary file not shown.