added xdg-desktop stuff to autostart
This commit is contained in:
parent
93178f69f4
commit
c930463deb
1 changed files with 7 additions and 5 deletions
2
config.h
2
config.h
|
@ -40,6 +40,8 @@ static const Env envs[] = {
|
||||||
|
|
||||||
/* Autostart */
|
/* Autostart */
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
|
"/usr/lib/xdg-desktop-portal", "-r", NULL,
|
||||||
|
"/usr/lib/xdg-desktop-portal-wlr", "-r", NULL,
|
||||||
"wbg", WALLPAPER, NULL,
|
"wbg", WALLPAPER, NULL,
|
||||||
"foot", "--server", NULL,
|
"foot", "--server", NULL,
|
||||||
"swayidle", NULL,
|
"swayidle", NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue