aboutsummaryrefslogtreecommitdiff
path: root/rootston/input.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-18 11:53:00 -0500
committerGitHub <noreply@github.com>2017-11-18 11:53:00 -0500
commit9f552d896f7639fca7914a9313ccb244688349e4 (patch)
tree5428f105d70715fd9004d64f11012ec3fac710fe /rootston/input.c
parentbf5640db128b930b38ebca2b1d8a79e028ad9f39 (diff)
parent5b13f51dfc72493beb1ee0e95ae1eea9e53b8681 (diff)
Merge pull request #429 from emersion/config-cursor-theme
Add cursor theme to rootston config
Diffstat (limited to 'rootston/input.c')
-rw-r--r--rootston/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/input.c b/rootston/input.c
index 35a5af97..a5d710c4 100644
--- a/rootston/input.c
+++ b/rootston/input.c
@@ -43,7 +43,7 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
struct wlr_input_device *device = data;
struct roots_input *input = wl_container_of(listener, input, input_add);
- char *seat_name = "seat0";
+ char *seat_name = ROOTS_CONFIG_DEFAULT_SEAT_NAME;
struct roots_device_config *dc =
roots_config_get_device(input->config, device);
if (dc) {