Add cursor theme to rootston config

This commit is contained in:
emersion 2017-11-18 09:47:53 +01:00
parent bf5640db12
commit cd566ccd8e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 10 additions and 3 deletions

View file

@ -48,6 +48,7 @@ struct roots_config {
struct {
char *mapped_output;
struct wlr_box *mapped_box;
char *theme;
} cursor;
struct wl_list outputs;