From 05478f061e0b934a0d7d729f0e8ea5755b167487 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 21 Aug 2015 16:14:39 +0000 Subject: _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not position and size; based on discussion with a few. --- kbfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index 31273e8..8ff230d 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -61,7 +61,7 @@ kbfunc_client_moveresize(struct client_ctx *cc, union arg *arg) int x, y, flags, amt; unsigned int mx, my; - if (cc->flags & (CLIENT_FREEZE|CLIENT_STICKY)) + if (cc->flags & CLIENT_FREEZE) return; mx = my = 0; -- cgit 1.4.1