diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-06-28 19:36:13 +0300 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-06-28 19:36:13 +0300 |
| commit | 80be270dbbef3188e09811f455337d99872c0973 (patch) | |
| tree | 181317564387cdee99010455e5225c0d1085f0e8 /monsterwm.c | |
| parent | 74996c097b03a57b19f03e55cc0920be7c5e3f87 (diff) | |
update comment on cliet_to_desktop
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 4 |
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; |
