aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-12-27 00:32:15 -0500
committerLibravatar emersion <contact@emersion.fr>2018-12-30 14:17:24 +0100
commit4d88c957905e7f6b2c8188d218ca22b3e6986fe4 (patch)
tree5f34ad1667607315cfbcb786ce71845a36595d82 /sway/meson.build
parentVerify seat fallback settings on reload (diff)
downloadsway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.tar.gz
sway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.tar.zst
sway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.zip
hide_cursor: change to a seat subcommand
This makes hide_cursor a seat subcommand, which allows for seat specific timeouts.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 48ce6b45..6d446acb 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -56,7 +56,6 @@ sway_sources = files(
56 'commands/force_focus_wrapping.c', 56 'commands/force_focus_wrapping.c',
57 'commands/fullscreen.c', 57 'commands/fullscreen.c',
58 'commands/gaps.c', 58 'commands/gaps.c',
59 'commands/hide_cursor.c',
60 'commands/hide_edge_borders.c', 59 'commands/hide_edge_borders.c',
61 'commands/kill.c', 60 'commands/kill.c',
62 'commands/mark.c', 61 'commands/mark.c',
@@ -79,6 +78,7 @@ sway_sources = files(
79 'commands/seat/attach.c', 78 'commands/seat/attach.c',
80 'commands/seat/cursor.c', 79 'commands/seat/cursor.c',
81 'commands/seat/fallback.c', 80 'commands/seat/fallback.c',
81 'commands/seat/hide_cursor.c',
82 'commands/set.c', 82 'commands/set.c',
83 'commands/show_marks.c', 83 'commands/show_marks.c',
84 'commands/smart_borders.c', 84 'commands/smart_borders.c',