From z_axis at 163.com Thu Nov 1 02:43:02 2012 From: z_axis at 163.com (z_axis) Date: Thu, 01 Nov 2012 10:43:02 +0800 Subject: [clfswm-devel] I canot input digit using small keyboard when NumLock is on Message-ID: In evaling window, i cannot input digit when NumLock is on. In ~/.config/clfswm/clfswmrc, there are: (in-package :clfswim) (with-numlock) ... Regards! From pbrochard at common-lisp.net Sun Nov 4 20:44:06 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Sun, 04 Nov 2012 21:44:06 +0100 Subject: [clfswm-devel] I canot input digit using small keyboard when NumLock is on In-Reply-To: (z. axis's message of "Thu, 01 Nov 2012 10:43:02 +0800") References: Message-ID: <87mwyxjdyh.fsf@common-lisp.net> z. axis writes: > In evaling window, i cannot input digit when NumLock is on. In > ~/.config/clfswm/clfswmrc, there are: > > (in-package :clfswim) > (with-numlock) > ... > Can you input digit without the numlock and the with-numlock? It seems I cannot too. BTW, I have this in my ~/.Xmodmap for a long time and I don't care any more about this Numlock key. -------------------------------------------------- keycode 79 = 7 keycode 80 = 8 keycode 81 = 9 keycode 83 = 4 keycode 84 = 5 keycode 85 = 6 keycode 87 = 1 keycode 88 = 2 keycode 89 = 3 keycode 90 = 0 keycode 91 = period -------------------------------------------------- But you may have to change the keycode (xev is your friend) if you want to use this method. I'll have a look at this bad behaviour. > Regards! > Cheers, Philippe From z_axis at 163.com Sun Nov 4 01:51:54 2012 From: z_axis at 163.com (z_axis) Date: Sun, 04 Nov 2012 09:51:54 +0800 Subject: [clfswm-devel] I canot input digit using small keyboard when NumLock is on In-Reply-To: <87mwyxjdyh.fsf@common-lisp.net> References: <87mwyxjdyh.fsf@common-lisp.net> Message-ID: > > Can you input digit without the numlock and the with-numlock? It seems I > cannot too. I cannot too. From pbrochard at common-lisp.net Tue Nov 6 20:55:39 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Tue, 06 Nov 2012 21:55:39 +0100 Subject: [clfswm-devel] I canot input digit using small keyboard when NumLock is on In-Reply-To: (z. axis's message of "Sun, 04 Nov 2012 09:51:54 +0800") References: <87mwyxjdyh.fsf@common-lisp.net> Message-ID: <87r4o6wiwk.fsf@common-lisp.net> z. axis writes: >> >> Can you input digit without the numlock and the with-numlock? It seems I >> cannot too. > > I cannot too. > That's weird! I'll have a look before the next release. From pbrochard at common-lisp.net Fri Nov 9 22:15:35 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Fri, 09 Nov 2012 23:15:35 +0100 Subject: [clfswm-devel] I canot input digit using small keyboard when NumLock is on In-Reply-To: (z. axis's message of "Thu, 01 Nov 2012 10:43:02 +0800") References: Message-ID: <87r4o2ifso.fsf@common-lisp.net> z. axis writes: > In evaling window, i cannot input digit when NumLock is on. In > ~/.config/clfswm/clfswmrc, there are: > > (in-package :clfswim) > (with-numlock) > ... > I've added some code in the commit 482c7b3 to handle those cases. Please, can you test and report eventual bugs. > Regards! > Cheers, Philippe From duncan at cogitat.io Wed Nov 28 02:28:55 2012 From: duncan at cogitat.io (Duncan McGreggor) Date: Tue, 27 Nov 2012 18:28:55 -0800 Subject: [clfswm-devel] Stuck in window swap mode Message-ID: Hey folks, I'm trying out clfswm for the first time today, and I've been loving it. Quite impressive stuff. Thanks! However, I have run into the same problem twice now... I must have clicked some key-combination by accident. Right now, whenever I click (right or left) with the mouse on the primary window in a frame, it swaps out with another window (rotates through the windows of that frame). The first time I did this, I ended up killing X and starting over. Now that it's happened again, I really need to figure out how to get out of this state (and perhaps avoid getting into it by accident!). As you might imagine, this has made using clfswm rather awkward ;-) Thanks for your help, d -------------- next part -------------- An HTML attachment was scrubbed... URL: From ales.guzik at gmail.com Wed Nov 28 05:31:03 2012 From: ales.guzik at gmail.com (Ales Guzik) Date: Wed, 28 Nov 2012 08:31:03 +0300 Subject: [clfswm-devel] Stuck in window swap mode In-Reply-To: References: Message-ID: Hi Duncan. Welcome to the list! If I correctly understood what happens, than it might be expected behaviour. If you set change layout and answer "No" to "Keep frame children position?", than clicking child frame rearranges frames in such a way that clicked frame becomes the first. Clicks inside first (usually top left) frame should work as expected (be processed by target application). Just answer "yes" when setting layout to avoid this behaviour. With best wishes, Ales On Wed, Nov 28, 2012 at 5:28 AM, Duncan McGreggor wrote: > Hey folks, > > I'm trying out clfswm for the first time today, and I've been loving it. > Quite impressive stuff. Thanks! > > However, I have run into the same problem twice now... I must have clicked > some key-combination by accident. Right now, whenever I click (right or > left) with the mouse on the primary window in a frame, it swaps out with > another window (rotates through the windows of that frame). > > The first time I did this, I ended up killing X and starting over. Now > that it's happened again, I really need to figure out how to get out of > this state (and perhaps avoid getting into it by accident!). > > As you might imagine, this has made using clfswm rather awkward ;-) > > Thanks for your help, > > d > > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > -- Ales Guzik skype: ales-guzik tel: +375 29 5751103 -------------- next part -------------- An HTML attachment was scrubbed... URL: From duncan at cogitat.io Wed Nov 28 21:45:18 2012 From: duncan at cogitat.io (Duncan McGreggor) Date: Wed, 28 Nov 2012 13:45:18 -0800 Subject: [clfswm-devel] Stuck in window swap mode In-Reply-To: References: Message-ID: On Tue, Nov 27, 2012 at 9:31 PM, Ales Guzik wrote: > Hi Duncan. > > Welcome to the list! > Thanks, Ales! > If I correctly understood what happens, than it might be expected > behaviour. If you set change layout and answer "No" to "Keep frame children > position?", than clicking child frame rearranges frames in such a way that > clicked frame becomes the first. Clicks inside first (usually top left) > frame should work as expected (be processed by target application). Just > answer "yes" when setting layout to avoid this behaviour. > Bingo. You nailed it -- that was exactly what happened (just tried it out). It seems that the only "fix" is to go back to the layout menu, ask to tile, and then say "yes" to keeping the child positions. Is that the case? Or am I missing a short-cut somewhere? Thanks again! I'm *really* enjoying clfswm ... looking forward to creating some blog posts and (hopefully) some buzz around it ;-) d > > With best wishes, > Ales > > > On Wed, Nov 28, 2012 at 5:28 AM, Duncan McGreggor wrote: > >> Hey folks, >> >> I'm trying out clfswm for the first time today, and I've been loving it. >> Quite impressive stuff. Thanks! >> >> However, I have run into the same problem twice now... I must have >> clicked some key-combination by accident. Right now, whenever I click >> (right or left) with the mouse on the primary window in a frame, it swaps >> out with another window (rotates through the windows of that frame). >> >> The first time I did this, I ended up killing X and starting over. Now >> that it's happened again, I really need to figure out how to get out of >> this state (and perhaps avoid getting into it by accident!). >> >> As you might imagine, this has made using clfswm rather awkward ;-) >> >> Thanks for your help, >> >> d >> >> >> _______________________________________________ >> clfswm-devel mailing list >> clfswm-devel at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel >> >> > > > -- > Ales Guzik > skype: ales-guzik > tel: +375 29 5751103 > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pbrochard at common-lisp.net Wed Nov 28 22:00:31 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Wed, 28 Nov 2012 23:00:31 +0100 Subject: [clfswm-devel] Stuck in window swap mode In-Reply-To: (Duncan McGreggor's message of "Wed, 28 Nov 2012 13:45:18 -0800") References: Message-ID: <87txs9xu9s.fsf@common-lisp.net> Duncan McGreggor writes: > On Tue, Nov 27, 2012 at 9:31 PM, Ales Guzik wrote: > > Hi Duncan. > > Welcome to the list! > Hi Duncan, welcome too. > > Thanks, Ales! > ? > > If I correctly understood what happens, than it might be expected > behaviour. If you set change layout and answer "No" to "Keep frame children > position?", than clicking child frame rearranges frames in such a way that > clicked frame becomes the first. Clicks inside first (usually top left) > frame should work as expected (be processed by target application). Just > answer "yes" when setting layout to avoid this behaviour. > > > Bingo. You nailed it -- that was exactly what happened (just tried it out). > > It seems that the only "fix" is to go back to the layout menu, ask to tile, and > then say "yes" to keeping the child positions. Is that the case? Or am I > missing a short-cut somewhere? > No, you missed nothing. This is the default behaviour but I think it's not appropriate. We'll revert to a more conventional child in fixed positions. > Thanks again! I'm *really* enjoying clfswm ... looking forward to creating some > blog posts and (hopefully) some buzz around it ;-) > Good to hear this! And thanks for the buzz :-) Philippe > d > ? > > > With best wishes, > Ales > > > On Wed, Nov 28, 2012 at 5:28 AM, Duncan McGreggor > wrote: > > Hey folks, > > I'm trying out clfswm for the first time today, and I've been loving > it. Quite impressive stuff. Thanks! > > However, I have run into the same problem twice now... I must have > clicked some key-combination by accident. Right now, whenever I click > (right or left) with the mouse on the primary window in a frame, it > swaps out with another window (rotates through the windows of that > frame). > > The first time I did this, I ended up killing X and starting over. Now > that it's happened again, I really need to figure out how to get out of > this state (and perhaps avoid getting into it by accident!). > > As you might imagine, this has made using clfswm rather awkward ;-)? > > Thanks for your help, > > d > > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > > > > > -- > ?Ales Guzik > ?skype: ales-guzik > ?tel: +375 29 5751103 > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel From duncan at cogitat.io Wed Nov 28 22:07:36 2012 From: duncan at cogitat.io (Duncan McGreggor) Date: Wed, 28 Nov 2012 14:07:36 -0800 Subject: [clfswm-devel] Stuck in window swap mode In-Reply-To: <87txs9xu9s.fsf@common-lisp.net> References: <87txs9xu9s.fsf@common-lisp.net> Message-ID: On Wed, Nov 28, 2012 at 2:00 PM, Philippe Brochard < pbrochard at common-lisp.net> wrote: > Duncan McGreggor writes: > > > On Tue, Nov 27, 2012 at 9:31 PM, Ales Guzik > wrote: > > > > Hi Duncan. > > > > Welcome to the list! > > > Hi Duncan, welcome too. > > > > > Thanks, Ales! > > > > > > If I correctly understood what happens, than it might be expected > > behaviour. If you set change layout and answer "No" to "Keep frame > children > > position?", than clicking child frame rearranges frames in such a > way that > > clicked frame becomes the first. Clicks inside first (usually top > left) > > frame should work as expected (be processed by target application). > Just > > answer "yes" when setting layout to avoid this behaviour. > > > > > > Bingo. You nailed it -- that was exactly what happened (just tried it > out). > > > > It seems that the only "fix" is to go back to the layout menu, ask to > tile, and > > then say "yes" to keeping the child positions. Is that the case? Or am I > > missing a short-cut somewhere? > > > No, you missed nothing. This is the default behaviour but I think it's > not appropriate. We'll revert to a more conventional child in fixed > positions. > Nice. > > Thanks again! I'm *really* enjoying clfswm ... looking forward to > creating some > > blog posts and (hopefully) some buzz around it ;-) > > > Good to hear this! And thanks for the buzz :-) > My pleasure :-) As a side note, I was quite distressed to find that the Wikipedia page for clfswm had been deleted recently. Reading the comments, it seems that the editors are up to their usual tricks. However, once we get more blog posts out there, an article or two, and with the great page on common-lisp.netfor clfswm, we should be able to get a page back up there that doesn't get a delete-reaction. It would also be good to get us added to the various wiki pages that compare tiling window managers. Anyway, more on that later -- for now, I need to improve my clfswm chops ;-) And nice work, everyone! d > > Philippe > > > d > > > > > > > > With best wishes, > > Ales > > > > > > On Wed, Nov 28, 2012 at 5:28 AM, Duncan McGreggor > > > wrote: > > > > Hey folks, > > > > I'm trying out clfswm for the first time today, and I've been > loving > > it. Quite impressive stuff. Thanks! > > > > However, I have run into the same problem twice now... I must > have > > clicked some key-combination by accident. Right now, whenever I > click > > (right or left) with the mouse on the primary window in a frame, > it > > swaps out with another window (rotates through the windows of > that > > frame). > > > > The first time I did this, I ended up killing X and starting > over. Now > > that it's happened again, I really need to figure out how to get > out of > > this state (and perhaps avoid getting into it by accident!). > > > > As you might imagine, this has made using clfswm rather awkward > ;-) > > > > Thanks for your help, > > > > d > > > > > > _______________________________________________ > > clfswm-devel mailing list > > clfswm-devel at common-lisp.net > > > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > > > > > > > > > > > -- > > Ales Guzik > > skype: ales-guzik > > tel: +375 29 5751103 > > > > _______________________________________________ > > clfswm-devel mailing list > > clfswm-devel at common-lisp.net > > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > > > > > > > _______________________________________________ > > clfswm-devel mailing list > > clfswm-devel at common-lisp.net > > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > > _______________________________________________ > clfswm-devel mailing list > clfswm-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clfswm-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pbrochard at common-lisp.net Wed Nov 28 22:43:15 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Wed, 28 Nov 2012 23:43:15 +0100 Subject: [clfswm-devel] Stuck in window swap mode In-Reply-To: (Duncan McGreggor's message of "Wed, 28 Nov 2012 14:07:36 -0800") References: <87txs9xu9s.fsf@common-lisp.net> Message-ID: <87pq2xxsak.fsf@common-lisp.net> Duncan McGreggor writes: > On Wed, Nov 28, 2012 at 2:00 PM, Philippe Brochard > wrote: > > Duncan McGreggor writes: > > > On Tue, Nov 27, 2012 at 9:31 PM, Ales Guzik wrote: > > > > ? ? Hi Duncan. > > > > ? ? Welcome to the list! > > > Hi Duncan, welcome too. > > > > > Thanks, Ales! > > ? > > > > ? ? If I correctly understood what happens, than it might be expected > > ? ? behaviour. If you set change layout and answer "No" to "Keep frame > children > > ? ? position?", than clicking child frame rearranges frames in such a way > that > > ? ? clicked frame becomes the first. Clicks inside first (usually top > left) > > ? ? frame should work as expected (be processed by target application). > Just > > ? ? answer "yes" when setting layout to avoid this behaviour. > > > > > > Bingo. You nailed it -- that was exactly what happened (just tried it > out). > > > > It seems that the only "fix" is to go back to the layout menu, ask to > tile, and > > then say "yes" to keeping the child positions. Is that the case? Or am I > > missing a short-cut somewhere? > > > No, you missed nothing. This is the default behaviour but I think it's > not appropriate. We'll revert to a more conventional child in fixed > positions. > > Nice. > Oops, sorry. This is already the case. I haven't look at this part of the code recently. > > Thanks again! I'm *really* enjoying clfswm ... looking forward to > creating some > > blog posts and (hopefully) some buzz around it ;-) > > > Good to hear this! And thanks for the buzz :-) > > > My pleasure :-) > > As a side note, I was quite distressed to find that the Wikipedia page for > clfswm had been deleted recently. Reading the comments, it seems that the > editors are up to their usual tricks. However, once we get more blog posts out > there, an article or two, and with the great page on?common-lisp.net for > clfswm, we should be able to get a page back up there that doesn't get a > delete-reaction. It would also be good to get us added to the various wiki > pages that compare tiling window managers. > The Wikipedia team is in its right. We need more view before being referenced in Wikipedia. We can't use Wikipedia as a publicity place (that's what I've done by writing the CLFSWM page and I understand their reaction). > Anyway, more on that later -- for now, I need to improve my clfswm chops ;-) > Thanks for your perseverance! > And nice work, everyone! > Thanks! From pbrochard at common-lisp.net Thu Nov 29 08:28:28 2012 From: pbrochard at common-lisp.net (Philippe Brochard) Date: Thu, 29 Nov 2012 09:28:28 +0100 Subject: [clfswm-devel] New version planed for this week-end. Message-ID: <87zk20vmmr.fsf@common-lisp.net> Hi everybody, I plan to release a new version of CLFSWM this week since there is a ugly bug with non Xinerama configuration in the previous version. Do you see anything blocking this? Best regards, Philippe