Fixed feh wallpaper command
This commit is contained in:
parent
80b6c6e155
commit
2487955aa4
2
config.h
2
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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user