From 80be270dbbef3188e09811f455337d99872c0973 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 28 Jun 2012 19:36:13 +0300 Subject: update comment on cliet_to_desktop --- monsterwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monsterwm.c b/monsterwm.c index 02e1812..5ee39f8 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -239,8 +239,8 @@ void cleanup(void) { /* move a client to another desktop * - * remove the current client from the current desktop's client list - * and add it as last client of the new desktop's client list */ + * add the current client as the last on the new desktop + * and then remove it from the current desktop */ void client_to_desktop(const Arg *arg) { if (!curr || arg->i == currdeskidx) return; int cd = currdeskidx; -- cgit v1.3.1