aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Ben Brown <benjamb@pm.me>2019-09-02 15:00:41 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2019-09-02 17:06:38 +0300
commitb46c53957f0cf0c342737d0872e5b885a11793e2 (patch)
treeab40ee8ed10f7eb3c492dd93655bfe21fb1c4171 /include/sway/config.h
parentman: document how to specify multiple xkb layouts and options (diff)
downloadsway-b46c53957f0cf0c342737d0872e5b885a11793e2.tar.gz
sway-b46c53957f0cf0c342737d0872e5b885a11793e2.tar.zst
sway-b46c53957f0cf0c342737d0872e5b885a11793e2.zip
Fix typo for the force/immediate option in xwayland_mode enum
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ae6e6750..0031db42 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -427,7 +427,7 @@ enum alignment {
427enum xwayland_mode { 427enum xwayland_mode {
428 XWAYLAND_MODE_DISABLED, 428 XWAYLAND_MODE_DISABLED,
429 XWAYLAND_MODE_LAZY, 429 XWAYLAND_MODE_LAZY,
430 XWAYLAND_MODE_IMMEADIATE 430 XWAYLAND_MODE_IMMEDIATE
431}; 431};
432 432
433/** 433/**