about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaarten van Gompel <proycon@anaproy.nl>2021-08-24 11:21:43 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commita9d493da0ec171cca72d6056705dac748515e443 (patch)
tree2fb791a7ecc44e8fd094560b299412ba7ea31a0d
parent6742ff488f5b3981234498fc15f84ddbf4aff915 (diff)
downloadsuggpicker-a9d493da0ec171cca72d6056705dac748515e443.tar.gz
made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'
-rw-r--r--config.mk2
-rw-r--r--main.c1
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 */