diff --git a/app/os_wayland.go b/app/os_wayland.go index 69c5ced4..656f997e 100644 --- a/app/os_wayland.go +++ b/app/os_wayland.go @@ -1576,7 +1576,7 @@ func (w *window) onPointerMotion(x, y C.wl_fixed_t, t C.uint32_t) { // updateCursor updates the system gesture cursor according to the pointer // position. func (w *window) systemGesture() (*C.struct_wl_cursor, C.uint32_t) { - if w.config.Mode != Windowed { + if w.config.Mode != Windowed || w.config.Decorated { return nil, 0 } border := w.w.w.metric.Dp(5)