From 55568d7f2e90a5406fdf393e41768430169da5f2 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 25 Apr 2022 17:49:06 +0200 Subject: [PATCH] =?UTF-8?q?Improve=20the=20code=20=F0=9F=98=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 27d39fe..077ec6a 100644 --- a/config.h +++ b/config.h @@ -32,12 +32,12 @@ static const char *colors[][3] = { // Autostart programs static const char *const autostart[] = { // Start my build of slstatus - "slstatus", NULL, - // Keyboard layouts switch (requires setxkbmap) - "setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL, + "slstatus", NULL, + // 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 - NULL /* terminate */ + NULL /* terminate */ }; /* tagging */