summaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
authoremersion <[email protected]>2018-04-08 15:11:31 -0400
committerGitHub <[email protected]>2018-04-08 15:11:31 -0400
commit4493761716a37a0ecba596b33cfb7a6dba2d84ba (patch)
tree0174edd442d4cf11d44cd404bf8b9c0f8aa9768a /include/sway/config.h
parent3679323ce558f15a319d3ace6dc1c2618b816566 (diff)
parent0e3ddf255ef56b7fe2b868232b80d04ea961120b (diff)
Merge pull request #1781 from swaywm/map-to-output
Add input "identifier" map_to_output "identifier"
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 91f772b5..ed49fbbd 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -52,7 +52,7 @@ struct sway_mode {
};
/**
- * libinput options for input devices
+ * options for input devices
*/
struct input_config {
char *identifier;
@@ -75,6 +75,8 @@ struct input_config {
char *xkb_rules;
char *xkb_variant;
+ char *mapped_output;
+
bool capturable;
struct wlr_box region;
};