From e47b3d4f0813f912285bcc5d802249db982657e9 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Wed, 27 Apr 2022 22:47:22 +0200 Subject: [PATCH] Fix nitrogen auto start command --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 077ec6a..319833f 100644 --- a/config.h +++ b/config.h @@ -36,7 +36,7 @@ static const char *const autostart[] = { // Keyboard layouts switch (requires setxkbmap) "setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL, "picom", NULL, // Start compositor , for transparency - "nitrogen --restore", NULL, // Restores the wallpaper + "nitrogen", "--restore", NULL, // Restores the wallpaper NULL /* terminate */ };