aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/config.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-18 09:47:53 +0100
committeremersion <contact@emersion.fr>2017-11-18 09:47:53 +0100
commitcd566ccd8e1c41af6b1d5f03fabdbdeaca2625ab (patch)
tree935aa837745796408421b7f44bf885e5683371cf /include/rootston/config.h
parentbf5640db128b930b38ebca2b1d8a79e028ad9f39 (diff)
Add cursor theme to rootston config
Diffstat (limited to 'include/rootston/config.h')
-rw-r--r--include/rootston/config.h1
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;