From 6024c104c1d7a2ee01459f90ad60dc9d47e79e6e Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 20 Dec 2020 12:11:23 -0500 Subject: [PATCH] NumLock on by Default - Add numlockx to autostart --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 0b7e492..4227a54 100644 --- a/config.def.h +++ b/config.def.h @@ -33,6 +33,7 @@ static const char *const autostart[] = { // System Restore Processes "bash", "/home/sravan/.screenlayout/default-screen-layout.sh", NULL, // Restore default screen layout "nitrogen", "--restore", NULL, // Restore wallpaper + "numlockx", "on", NULL, // NumLock on by default // System Tray Applications "volctl", NULL, // PulseAudio Volume Control "nyrna", NULL, // Nyrna Application Suspend