Add idle notifications

This commit is contained in:
Mattias Eriksson 2018-04-20 07:50:23 +02:00
parent d668d57892
commit d2f7811854
4 changed files with 16 additions and 0 deletions

View file

@ -21,6 +21,7 @@ struct sway_server {
struct wlr_compositor *compositor;
struct wlr_data_device_manager *data_device_manager;
struct wlr_idle *idle;
struct sway_input_manager *input;