Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html
Not really good, awful english (I'm tired :) but feedback is always welcome !
Laurent Laffont - @lolgzs Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ Developer group: http://cara74.seasidehosting.st |
On Fri, May 27, 2011 at 7:14 PM, laurent laffont <[hidden email]> wrote: Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html official-seal-of-awesomeness-3787_preview.png (64K) Download Attachment |
cool
a suggestion when you iconize the windows why not put them as "menu" of the main entries in the bar. Stef On May 28, 2011, at 4:50 AM, Bernardo Ezequiel Contreras wrote: > > > On Fri, May 27, 2011 at 7:14 PM, laurent laffont <[hidden email]> wrote: > Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html > > Not really good, awful english (I'm tired :) but feedback is always welcome ! > > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ > Developer group: http://cara74.seasidehosting.st > > > <official-seal-of-awesomeness-3787_preview.png> |
In reply to this post by vonbecmann
+1
On May 28, 2011, at 4:50 AM, Bernardo Ezequiel Contreras wrote: > > > On Fri, May 27, 2011 at 7:14 PM, laurent laffont <[hidden email]> wrote: > Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html > > Not really good, awful english (I'm tired :) but feedback is always welcome ! > > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ > Developer group: http://cara74.seasidehosting.st > > > <official-seal-of-awesomeness-3787_preview.png> |
In reply to this post by laurent laffont
continue improving it and we should integrate it :)
any ideas to integrate somehow with the multiple worlds? > Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html > > Not really good, awful english (I'm tired :) but feedback is always welcome ! don't care :) > > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ > Developer group: http://cara74.seasidehosting.st > |
On Sat, May 28, 2011 at 8:36 AM, Stéphane Ducasse <[hidden email]> wrote: continue improving it and we should integrate it :) I've prepared it to integrate multiple worlds from the start :) So yes I want multiple world. Laurent
|
In reply to this post by Stéphane Ducasse
On Sat, May 28, 2011 at 8:33 AM, Stéphane Ducasse <[hidden email]> wrote: cool This is an idea, if someone can do it to help :)
Laurent.
|
In reply to this post by laurent laffont
excellent
I like the energy of the project. For me this is the exact example of what we should be able to enable. Innovation :) Stef On May 28, 2011, at 8:39 AM, laurent laffont wrote: > On Sat, May 28, 2011 at 8:36 AM, Stéphane Ducasse <[hidden email]> wrote: > continue improving it and we should integrate it :) > > > any ideas to integrate somehow with the multiple worlds? > > > I've prepared it to integrate multiple worlds from the start :) So yes I want multiple world. > > > > Laurent > > > > > Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html > > > > Not really good, awful english (I'm tired :) but feedback is always welcome ! > > don't care :) > > > > > > > Laurent Laffont - @lolgzs > > > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > > Blog: http://magaloma.blogspot.com/ > > Developer group: http://cara74.seasidehosting.st > > > > > |
In reply to this post by Stéphane Ducasse
Very cool indeed! I always have many windows floating around and this would really help me. Most of all the buttons on the bottom that make a window go where I want it to. I dont think I will do a 'full' retile a lot, as I usually remember the place on the screen that the browser open on X was, so moving it around will confuse me.
Also +1 on the comment of Stef. I think I would need to do a full retile a lot without this feature. On 28 May 2011, at 02:33, Stéphane Ducasse wrote: > cool > > a suggestion when you iconize the windows why not put them as "menu" of the main entries in the bar. > > Stef > > On May 28, 2011, at 4:50 AM, Bernardo Ezequiel Contreras wrote: > >> >> >> On Fri, May 27, 2011 at 7:14 PM, laurent laffont <[hidden email]> wrote: >> Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html >> >> Not really good, awful english (I'm tired :) but feedback is always welcome ! >> >> >> Laurent Laffont - @lolgzs >> >> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >> Blog: http://magaloma.blogspot.com/ >> Developer group: http://cara74.seasidehosting.st >> >> >> <official-seal-of-awesomeness-3787_preview.png> > -- Johan Fabry [hidden email] - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile |
In reply to this post by laurent laffont
It is a cool project with which I could retrieve my habits from my window manager (I use xmonad) on my GNU/Linux machines. You talk about emacs as inspiration of your project; why don't take ideas from tiling window manager like xmonad, awesome or others? For exemple, they use the concept of layouts to provide several policy on tiling window management.
Mig
|
I've never used xmonad but if you provide an alternate layout implementation (See TilingWM>>tileWindows: ) + tests :) I will merge it using a Strategy Pattern. Laurent.
On Sat, May 28, 2011 at 9:52 PM, Miguel Moquillon <[hidden email]> wrote:
|
What about the possibility of implementing shortcuts? A big part of the point of most of these WMs is to minimize the use of the rat ;)
For example, in my WM you'd go c-t s to get an horizontal split, c-t S to get a vertical split, c-t t to switch between the two last used windows, c-t space to cycle through all open windows etc.
Just a suggestion... Bernat.
2011/5/30 laurent laffont <[hidden email]>
|
On Mon, May 30, 2011 at 9:51 AM, Bernat Romagosa <[hidden email]> wrote:
What about the possibility of implementing shortcuts? A big part of the point of most of these WMs is to minimize the use of the rat ;) yes yes it's planned, I want to use ConfigurationOfKeymapping .... may be someone can have a look to help ? Laurent.
|
And I would like to have a new wa to handle shortcuts and keybinding in 1.4
Stef On May 30, 2011, at 10:04 AM, laurent laffont wrote: > > On Mon, May 30, 2011 at 9:51 AM, Bernat Romagosa <[hidden email]> wrote: > What about the possibility of implementing shortcuts? A big part of the point of most of these WMs is to minimize the use of the rat ;) > > > yes yes it's planned, I want to use ConfigurationOfKeymapping .... may be someone can have a look to help ? > > Laurent. > > > For example, in my WM you'd go c-t s to get an horizontal split, c-t S to get a vertical split, c-t t to switch between the two last used windows, c-t space to cycle through all open windows etc. > > Just a suggestion... > > Bernat. > > > 2011/5/30 laurent laffont <[hidden email]> > I've never used xmonad but if you provide an alternate layout implementation (See TilingWM>>tileWindows: ) + tests :) I will merge it using a Strategy Pattern. > > Laurent. > > On Sat, May 28, 2011 at 9:52 PM, Miguel Moquillon <[hidden email]> wrote: > > It is a cool project with which I could retrieve my habits from my window manager (I use xmonad) on my GNU/Linux machines. > You talk about emacs as inspiration of your project; why don't take ideas from tiling window manager like xmonad, awesome or others? For exemple, they use the concept of layouts to provide several policy on tiling window management. > > Mig > > > Le 28 mai 2011 à 00:15, laurent laffont <[hidden email]> a écrit : > >> Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html >> >> Not really good, awful english (I'm tired :) but feedback is always welcome ! >> >> >> Laurent Laffont - @lolgzs >> >> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ >> Blog: http://magaloma.blogspot.com/ >> Developer group: http://cara74.seasidehosting.st >> > > > |
Yesterday I went to sleep late to make Keymapping work on PluggableTextMorph & friends crap :).
On Mon, May 30, 2011 at 7:40 AM, Stéphane Ducasse <[hidden email]> wrote: And I would like to have a new wa to handle shortcuts and keybinding in 1.4 |
Is ConfigurationOfKeyMapping supposed to load on 1.3 ? I've tried: ConfigurationOfKeymapping project latestVersion load: #( 'default' 'tests' 'configurations' ) (ConfigurationOfKeymapping project version: '1.3') load. but always end with debuggers opened ..... Laurent On Mon, May 30, 2011 at 3:22 PM, Guillermo Polito <[hidden email]> wrote: Yesterday I went to sleep late to make Keymapping work on PluggableTextMorph & friends crap :). |
Hmm, well, because of that I've decided to continue working on another repository... Try:
Gofer it squeaksource: 'ShortWays'; package: 'ConfigurationOfKeymapping'; load. (ConfigurarionOfKeymapping project version: #bleedingEdge) load I'm developing in 1.3 btw, so It should not be compatible with 1.2 so far. On Mon, May 30, 2011 at 11:55 AM, laurent laffont <[hidden email]> wrote:
|
In reply to this post by Guillermo Polito
cooooooooooooooooooooooooooooooooooooooooool
I love that! Stef On May 30, 2011, at 3:22 PM, Guillermo Polito wrote: > Yesterday I went to sleep late to make Keymapping work on PluggableTextMorph & friends crap :). > > On Mon, May 30, 2011 at 7:40 AM, Stéphane Ducasse <[hidden email]> wrote: > And I would like to have a new wa to handle shortcuts and keybinding in 1.4 > > Stef > > On May 30, 2011, at 10:04 AM, laurent laffont wrote: > > > > > On Mon, May 30, 2011 at 9:51 AM, Bernat Romagosa <[hidden email]> wrote: > > What about the possibility of implementing shortcuts? A big part of the point of most of these WMs is to minimize the use of the rat ;) > > > > > > yes yes it's planned, I want to use ConfigurationOfKeymapping .... may be someone can have a look to help ? > > > > Laurent. > > > > > > For example, in my WM you'd go c-t s to get an horizontal split, c-t S to get a vertical split, c-t t to switch between the two last used windows, c-t space to cycle through all open windows etc. > > > > Just a suggestion... > > > > Bernat. > > > > > > 2011/5/30 laurent laffont <[hidden email]> > > I've never used xmonad but if you provide an alternate layout implementation (See TilingWM>>tileWindows: ) + tests :) I will merge it using a Strategy Pattern. > > > > Laurent. > > > > On Sat, May 28, 2011 at 9:52 PM, Miguel Moquillon <[hidden email]> wrote: > > > > It is a cool project with which I could retrieve my habits from my window manager (I use xmonad) on my GNU/Linux machines. > > You talk about emacs as inspiration of your project; why don't take ideas from tiling window manager like xmonad, awesome or others? For exemple, they use the concept of layouts to provide several policy on tiling window management. > > > > Mig > > > > > > Le 28 mai 2011 à 00:15, laurent laffont <[hidden email]> a écrit : > > > >> Here: http://magaloma.blogspot.com/2011/05/tiling-window-manager.html > >> > >> Not really good, awful english (I'm tired :) but feedback is always welcome ! > >> > >> > >> Laurent Laffont - @lolgzs > >> > >> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > >> Blog: http://magaloma.blogspot.com/ > >> Developer group: http://cara74.seasidehosting.st > >> > > > > > > > > > |
In reply to this post by Guillermo Polito
Guillermo,
I've load it, I understood how it works, now I'm adding keymapping for TWM and it's cooooooooooool !!!!!!!!! Laurent.
On Mon, May 30, 2011 at 5:01 PM, Guillermo Polito <[hidden email]> wrote: Hmm, well, because of that I've decided to continue working on another repository... Try: |
Ahh, I would love beta testers and feedback :D. But I'd love to have 36 hours days too :P.
On Mon, May 30, 2011 at 5:19 PM, laurent laffont <[hidden email]> wrote: Guillermo, |
Free forum by Nabble | Edit this page |