aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-28 19:36:13 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-28 19:36:13 +0300
commit80be270dbbef3188e09811f455337d99872c0973 (patch)
tree181317564387cdee99010455e5225c0d1085f0e8 /monsterwm.c
parent74996c097b03a57b19f03e55cc0920be7c5e3f87 (diff)
update comment on cliet_to_desktop
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c4
1 files 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;