diff options
author | emersion <contact@emersion.fr> | 2017-11-18 09:47:53 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-18 09:47:53 +0100 |
commit | cd566ccd8e1c41af6b1d5f03fabdbdeaca2625ab (patch) | |
tree | 935aa837745796408421b7f44bf885e5683371cf /include | |
parent | bf5640db128b930b38ebca2b1d8a79e028ad9f39 (diff) |
Add cursor theme to rootston config
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 71ee61c7..1fb2911d 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -48,6 +48,7 @@ struct roots_config { struct { char *mapped_output; struct wlr_box *mapped_box; + char *theme; } cursor; struct wl_list outputs; |