summaryrefslogtreecommitdiffstats
path: root/include/sway
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 /include/sway
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 'include/sway')
-rw-r--r--include/sway/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ac1105b4..03b51948 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -304,7 +304,6 @@ struct sway_config {
304 bool reloading; 304 bool reloading;
305 bool reading; 305 bool reading;
306 bool auto_back_and_forth; 306 bool auto_back_and_forth;
307 bool seamless_mouse;
308 bool show_marks; 307 bool show_marks;
309 308
310 bool edge_gaps; 309 bool edge_gaps;