aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-31 10:11:15 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-31 10:11:15 -0400
commitfdc1fe7f985305b2f0b96fc504cf34465bf2387a (patch)
tree22f499e690941f95dd47335b522208ae2d7eeac4 /include
parentc82db17a67133495751eece3fa9453b59084d9eb (diff)
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')
-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 {
bool reloading;
bool reading;
bool auto_back_and_forth;
- bool seamless_mouse;
bool show_marks;
bool edge_gaps;