aboutsummaryrefslogtreecommitdiff
path: root/rootston/xcursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/xcursor.c')
-rw-r--r--rootston/xcursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xcursor.c b/rootston/xcursor.c
index 43cbfc51..0d18e1f0 100644
--- a/rootston/xcursor.c
+++ b/rootston/xcursor.c
@@ -2,7 +2,7 @@
#include "rootston/input.h"
struct wlr_xcursor *get_default_xcursor(struct wlr_xcursor_theme *theme) {
- return wlr_xcursor_theme_get_cursor(theme, "left_ptr");
+ return wlr_xcursor_theme_get_cursor(theme, "grabbing");
}
struct wlr_xcursor *get_move_xcursor(struct wlr_xcursor_theme *theme) {