diff --git a/kbfunc.c b/kbfunc.c index 1d8837c..e8166ad 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -41,6 +41,7 @@ extern sig_atomic_t xev_quit; void kbfunc_client_lower(struct client_ctx *cc, union arg *arg) { + client_ptrsave(cc); client_lower(cc); }