From 9157b99be306edd80dab87e56f187d6168271f09 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 20 Jun 2020 15:46:19 +0530 Subject: Corrects super key --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6e58886..9de947a 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ // Shell static char shell[] = "/bin/sh"; -#define Super Mod1Mask +#define Super Mod4Mask enum { Music, -- cgit v1.3.1