mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
interactive: use "grab" cursor when moving
This is consistent with sway and looks better. Relates to issue #124
This commit is contained in:
parent
eb582090a7
commit
3194d2c438
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ interactive_begin(struct view *view, enum input_mode mode, uint32_t edges)
|
|||
|
||||
switch (mode) {
|
||||
case LAB_INPUT_STATE_MOVE:
|
||||
cursor_set(&server->seat, "move");
|
||||
cursor_set(&server->seat, "grab");
|
||||
break;
|
||||
case LAB_INPUT_STATE_RESIZE:
|
||||
cursor_set(&server->seat, wlr_xcursor_get_resize_name(edges));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue