aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5a8535e..0c7d727 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,14 @@
+/* monitors */
+static const MonitorRule monrules[] = {
+ /* name scale */
+ { "X11-1", 1 },
+ { "eDP-1", 2 },
+ { "HDMI-A-1", 1 },
+ /* defaults */
+ { NULL, 1 },
+};
+
+/* keyboard */
static const struct xkb_rule_names xkb_rules = {
.rules = NULL,
.model = NULL,