diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-20 15:46:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-20 15:46:19 +0530 |
| commit | 9157b99be306edd80dab87e56f187d6168271f09 (patch) | |
| tree | 46f97d65b7c350eddf6d8cfabfca69ce3ce0374e /config.h | |
| parent | 1927682c835240d29ba13eb7d479191501091c04 (diff) | |
| download | shotkey-9157b99be306edd80dab87e56f187d6168271f09.tar.gz shotkey-9157b99be306edd80dab87e56f187d6168271f09.zip | |
Corrects super key
Diffstat (limited to '')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ // Shell static char shell[] = "/bin/sh"; -#define Super Mod1Mask +#define Super Mod4Mask enum { Music, |
