aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 10:11:15 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 13:05:45 -0400
commit9b38ef950fcf293ba11f54c14d8b3a87f050b154 (patch)
tree22f499e690941f95dd47335b522208ae2d7eeac4 /sway/config.c
parentImplement mouse warping (diff)
downloadsway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.tar.gz
sway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.tar.zst
sway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.zip
Implement focus_follows_mouse
Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index e9e7057d..0eecf7f6 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -178,7 +178,6 @@ static void config_defaults(struct sway_config *config) {
178 config->active = false; 178 config->active = false;
179 config->failed = false; 179 config->failed = false;
180 config->auto_back_and_forth = false; 180 config->auto_back_and_forth = false;
181 config->seamless_mouse = true;
182 config->reading = false; 181 config->reading = false;
183 config->show_marks = true; 182 config->show_marks = true;
184 183