aboutsummaryrefslogtreecommitdiff
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-17 09:54:02 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-04-17 09:54:02 +0200
commitaa63f7947fd7fa90d19e2abc2487dc4256e9afad (patch)
treeab4eab0020d97dc5091b72479c383989ccc84729 /protocols/meson.build
parent30553f7df9ee85945c675e8cf00b509af16edde3 (diff)
Idle handling for dpms/lockscreen et al
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 9d213f81..fa6d696c 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -30,6 +30,7 @@ wayland_scanner_server = generator(
client_protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
['wlr-layer-shell-unstable-v1.xml'],
+ ['idle.xml'],
['wlr-input-inhibitor-unstable-v1.xml']
]