From 3edf3dd27cb76c1d73f8b427d6c5e16343c1821b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 21 Aug 2021 13:56:09 -0500 Subject: turn on numlock when launching dwm --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e9307c9..153f014 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,6 @@ typedef struct { const char *spcmd1[] = {"st", "-n", "spaudio", "-g", "120x35", "-e", "pulsemixer", NULL }; const char *spcmd2[] = {"st", "-n", "spnet", "-g", "80x40", "-e", "nmtui", NULL }; const char *spcmd3[] = {"st", "-n", "spmp", "-g", "120x35", "-e", "ncmpcpp", NULL }; - /* const char *spcmd3[] = {"keepassxc", NULL }; */ static Sp scratchpads[] = { @@ -51,6 +50,7 @@ static const char *const autostart[] = { "sh", "-c", "monitor", NULL, "sh", "-c", "while true; do dwmstatus; sleep 20s; done", NULL, "picom", NULL, + "numlockx", NULL, "mpd", NULL, "unclutter", NULL, "dunst", NULL, -- cgit v1.2.3