diff options
| author | Maarten van Gompel <proycon@anaproy.nl> | 2021-08-24 11:21:43 +0200 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-10-19 23:12:01 -0700 |
| commit | a9d493da0ec171cca72d6056705dac748515e443 (patch) | |
| tree | 2fb791a7ecc44e8fd094560b299412ba7ea31a0d | |
| parent | 6742ff488f5b3981234498fc15f84ddbf4aff915 (diff) | |
| download | suggpicker-a9d493da0ec171cca72d6056705dac748515e443.tar.gz | |
made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | main.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk index baebe12..53c09f9 100644 --- a/config.mk +++ b/config.mk @@ -1,3 +1,3 @@ VERSION = 0.0.1 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 -LAYOUT = mobile +LAYOUT = mobintl diff --git a/main.c b/main.c index b754e90..f24f07e 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,6 @@ #include <wchar.h> #include "drw.h" -#include "keymap.h" #include "os-compatibility.h" /* lazy die macro */ |
