aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-27 20:11:04 +0100
committerGitHub <noreply@github.com>2018-05-27 20:11:04 +0100
commitc3b8c7cfb4f07f058a2c67b19e35baffbde929ad (patch)
tree8870a8acc8d92d10d64e9d3d9bfdd28dedb6eea7 /include
parent0743b21cc89141c6783210a1f20b6b372b24ae59 (diff)
parenta78a5684ea8a19e54d797ab6cddd2f81f88360a5 (diff)
Merge pull request #2056 from frsfnrrg/add-binding-locked
Implement bindsym/bindcode --locked
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 33f52156..118981e3 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -28,6 +28,7 @@ struct sway_variable {
struct sway_binding {
int order;
bool release;
+ bool locked;
bool bindcode;
list_t *keys;
uint32_t modifiers;