Re: window titlebar

2009-08-05 Thread Matthieu Moy
"Maximilian W. Zeller" writes: > hi > > 1. i was wondering if it is possible to remove the window titlebar of > a specific floating window? maybe with defwinprop? defbindings("WMPlex.toplevel", { kpress(META.."Escape", "toggle_tab(_)"), }) and I can show/hide the titl

Re: Attach client to several workspaces

2009-04-07 Thread Matthieu Moy
Oskar Nordquist writes: > 2009/4/7 Tuomo Valkonen : >> On 2009-04-07, Oskar Nordquist wrote: >>> Would it not be easier to just duplicate the client to refer to the same X >>> window? I don't even know if that is possible, but if it is, that's how I'd >>> prefer to do it. >> >> Ummm... I don't k

Re: New Ion User - Focus Question

2008-05-18 Thread Matthieu Moy
Kevin Monceaux <[EMAIL PROTECTED]> writes: > On Sat, 17 May 2008, Tuomo Valkonen wrote: > >> On 2008-05-16, Kevin Monceaux <[EMAIL PROTECTED]> wrote: >>> I've tried adding >>> mousefocus='disabled' to the ioncore.set section of the cfg_ion.lua file >>> in my ~/.ion3 directory, but it seems to be i

Re: Focus after unsplit

2007-10-22 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-10-22, Dani <[EMAIL PROTECTED]> wrote: >> In other words, is there a way to keep the focus in the window from >> which I call WTiling.unsplit_at? > > Seems to me that it works just like that. It doesn't for me. split keeps the focus, but unspli

Re: make -j3 fails

2007-07-09 Thread Matthieu Moy
Jordan Sissel <[EMAIL PROTECTED]> writes: > all: target1 target2 > > target1: > some-action > > target2: target1 > some-action that requires target1 to be built. Err, sure, but the claim of Tuomo was that "make" had to be clever, not the Makefile ("If parallel make fails, make is too

Re: make -j3 fails

2007-07-09 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-07-09, Andreas Bernauer <[EMAIL PROTECTED]> wrote: >> bug or can you briefly explain it? Googling for this issue turned up >> only pages (such as >> http://developers.sun.com/solaris/articles/parallel_make.html) telling >> me, if parallel make

Re: RandR revisited

2007-07-07 Thread Matthieu Moy
Tobias Dussa <[EMAIL PROTECTED]> writes: > Your question was why I didn't upgrade to ion3. Mainly, the reason is > that Ion3 is still just an RC, while Ion2 is labled "stable". Thus, for > my production machine, I preferred to stick to ion2. I (and lots of other people) have been using ion3 for

Re: status_bar with LANG

2007-06-04 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-06-04, Albert Shih <[EMAIL PROTECTED]> wrote: >> Just report if I put LANG=fr_FR.ISO8859-1 export LANG in my .xession the >> «load» fearture in the statusbar don't work. There just (null). > > That's when /proc/loadavg does not exist, it parses

Re: Detach a transient from a frame

2007-05-28 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-05-28, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> It should be unnecessary, but there's a bug. The name remains >> WGroupCW until the first redraw (resize the frame or so). > > Hmm. Maybe I'd call it a

Re: Detach a transient from a frame

2007-05-28 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-05-28, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> What am I missing? > > You have to make the client window the "bottom" of the group. OK, that's it. Tuomo Valkonen <[EMAIL PROTECTED]>

Detach a transient from a frame

2007-05-28 Thread Matthieu Moy
Hi, I'm trying to detach a transient window from its parent in ion, using WTiling. Some applications require interaction between the application window and a transient, and in this case, having two real frames for the two clientwin is handy. Here's the current state of my work : detach = {

Re: darcs repo problems

2007-05-11 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-05-11, Vladimir Chizhov <[EMAIL PROTECTED]> wrote: >> Last few days a have a problem with downloading from darcs repository. > > http://www.mail-archive.com/ion-general@lists.berlios.de/msg01957.html > http://www.mail-archive.com/ion-general@lis

Re: Documentation bughunt

2007-03-20 Thread Matthieu Moy
Joerg van den Hoff <[EMAIL PROTECTED]> writes: > (maybe I have time to look through the reference, but no time for > understanding the workings of `darcs' first...)? Learning the necessary to use darcs to submit patches is a matter of minutes indeed. You need "darcs get" to get a copy, "darcs rec

Re: Debian sucks // Ion may become (DFSG-) "non-free"

2007-03-06 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > Since Debian appears to refuse [1,2] to remove the ancient Ion3 > development snapshot Your first reference (the Debian bugreport) seems to have been updated in between. The bug is now "serious", and I think this means the package will be removed from

Re: Changing the name of the "default-session" directory?

2007-03-05 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > If that is so, fixing it is just a matter of small optimisation in the > libraries... My understanding is that using the loopback interface is the desired behavior if your DISPLAY contains the hostname. You might actually want this for debug, profiling

Re: Changing the name of the "default-session" directory?

2007-03-04 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2007-03-03, Geoffrey Alan Washburn <[EMAIL PROTECTED]> wrote: >> Currently, I've hacked ioncore_init_session to >> also include the contents of the HOST environment variable, but that is >> probably not so secure in the long term. > > Fix your X se

Re: Feature freeze imminent

2007-02-24 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > I'm tired of working on the project. I will therefore be seriously > cutting down on the features planned for Ion3. I will only finish a > few incomplete ones, and fix all the bugs and other brokenness and > ugliness, possibly also removing some feature

Re: Xinerama support

2007-02-01 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > All I've ever had swsusp do, is crash and panic. I had a funny suspend to RAM too: suspend worked perfectly, but is just forgot to resume, so, I had to hard-reboot the box to restart it. Hmm, it slightly decreases the advantage of suspend to RAM ;-).

ioncore.goto_next(_, '...') inverted ?

2007-01-14 Thread Matthieu Moy
Hi, Running ion 3 20061223-1 from Debian, I get a strange behavior: ioncore.goto_next(_, 'right') actually goes to the left, ioncore.goto_next(_, 'left') actually goes to the right, ioncore.goto_next(_, 'below) actually goes to the above, ioncore.goto_next(_, 'above') actually goes to the below

ion upgrade and detach.lua

2006-12-11 Thread Matthieu Moy
Hi, I've just upgraded my ion3 to the latest snapshot. It's nice to have detach.lua functionality builting, and the way it is done seems interesting, and at least, much less confusing that the notion of floatws in a second layer on top of the ionws. There are a few things I miss from the old det

Re: using ediff in emacs with ion3

2006-10-30 Thread Matthieu Moy
Hans Ekbrand <[EMAIL PROTECTED]> writes: >> I have set `ediff-window-setup-function' to >> 'ediff-setup-windows-plain. It removes this silly popup in favor of a >> normal Emacs "window" (Emacs calls "window" what other software call >> "frame"). > > Thanks for your reply, would you mind giving the

Re: using ediff in emacs with ion3

2006-10-30 Thread Matthieu Moy
Hans Ekbrand <[EMAIL PROTECTED]> writes: > I found out that Using ediff in emacs with ion3 was not easy. > > This winprop helped: > > defwinprop{ >class = "Emacs", >instance = "Ediff", >transient_mode = "current", > } I have set `ediff-window-setup-function' to 'ediff-setup-windows-pl

Re: OpenGL (GLX) problems with ion3 + X11.app full-screen on Mac OS X

2006-10-22 Thread Matthieu Moy
Rui Tiago Cação Matos <[EMAIL PROTECTED]> writes: > I used ion3 for about a year and changed to gnome. I do really enjoy it > for my usage pattern, though I do find ion3 a valuable and well designed > piece of software, very useful to certain kinds of people. Yet, somehow, > I still enjoy reading

Re: Missing system tray?

2006-08-10 Thread Matthieu Moy
cothrige <[EMAIL PROTECTED]> writes: > Until I discovered that there is no system tray anymore. Do you have the dock loaded? It might be catching your icons. -- Matthieu

Last detach.lua and dock

2006-07-26 Thread Matthieu Moy
Hi, I've upgraded to the latest ion3, and the latest detach.lua. Great, I hadn't checked for updates, but many thing had been done to detach.lua since last time I touched it ;-) (including porting to Lua 5.1). Now, I have a problem with some windows supposed to be docked, but not docked automatic

Re: a first question

2006-07-05 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-07-05, Joerg van den Hoff <[EMAIL PROTECTED]> wrote: >> are the finnish messages hard-coded into the mentioned version or can I >> do something about it? > > No, just like in about every *nix program, english is "hard-coded", > but wrapped into

Re: Compilation problem

2006-06-05 Thread Matthieu Moy
"Guillaume R." <[EMAIL PROTECTED]> writes: > Hello > I tried to compile the last snap of Ion3 on a Debian AMD64 Testing. Lua 5.1 > is install, libtool too.. > Here is what I got: > > ../ioncore/genws.h:31: warning: data definition has no type or storage class > In file included from ionws.h:23, >

Re: float split + delay

2006-06-02 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-06-02, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> "Vladimir Chizhov" <[EMAIL PROTECTED]> writes: >> >>> And when >>> I move mouse between splitted frames the focus switches in

Re: float split + delay

2006-06-01 Thread Matthieu Moy
"Vladimir Chizhov" <[EMAIL PROTECTED]> writes: > And when > I move mouse between splitted frames the focus switches in a few > seconds. It would be nice :) if it were possible to configure this > behaviour and to set some interval for this switching (as for me - 0 > :) . Of course you can configu

Re: Mod1+F1 doesn't always open manual in tiled workspaces

2006-05-31 Thread Matthieu Moy
Lars Stokholm <[EMAIL PROTECTED]> writes: >> (The logs you saw on vt-1 -- after ctrl-alt-f1 -- were likely kernel log >> messages, and not related.) > > Not even when using startx? Usually, startx will run ~/.xsession and this script typically starts with exec 2>$HOME/.xsession-errors so it wou

Re: detach.lua broken after upgrade to lua 5.1

2006-05-18 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: > Hi, > > detach.lua script got broken after switching to lua 5.1 in late darcs > pulls, with error > /usr/local/bin/ion3: > /home/csant/.ion3/default-session--0/detach.lua:192: attempt > to call a table value I have no time to fix this now, I'

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-05-18, csant <[EMAIL PROTECTED]> wrote: >> Yes, that fixed it: > > Now I just need a darcs patch... Here it is, sir :-) New patches: [Use -lm and -ldl in the test for -llua [EMAIL PROTECTED] { hunk ./configure.ac 247 +AC_CHECK_LIB([m], [exp]

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: > Still failing with the same error after applying the patch to a clean > tree before running autoreconf. Then, can you try this one (on a clean tree): --- old-ion-3/configure.ac 2006-05-18 13:21:14.347139320 +0200 +++ new-ion-3/configure.ac 2006-05-1

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: > configure:5794: checking for lua_call in -llua > configure:5824: gcc -o conftest -g -O2 conftest.c -llua >&5 > /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../liblua.a(lvm.o)(.text+0xab5): > In function `Arith': > lvm.c: undefined reference to `pow' > /usr/l

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: >>> configure: error: *** Can't find lua_call in lua. >>> *** Check for liblua installation or >>> --with-lua-libraries or --with-lua-suffix options >> >> Where is liblua installed and how is it called? >> > > I installed lua 5.1 from source with

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant wrote: > On Wed, 17 May 2006 20:06:00 +0200, Matthieu Moy <[EMAIL PROTECTED]> > wrote: > >> That should be fixed now, but testers (in particular, non-debian users) > on a system that once-upon-a-time was SUSE 9.3, mostly with packages > built on th

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
Tuomo Valkonen wrote: > On 2006-05-17, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> I've hacked a bit, and it seems I have a working configure.ac. > > BTW, there are a few other autoconf issues in the TODO list (included in > the repository), in case anyone cares to fi

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
"Vladimir Chizhov" <[EMAIL PROTECTED]> writes: > The current darcs snapshot fails on ./configure with the following message: > > checking for lua_open in -llua... no > configure: error: *** Can't find lua_open in lua. > *** Check for liblua installation or > --with-lua-libraries

Re: Transients, queries and so on in too small frames

2006-05-15 Thread Matthieu Moy
Norbert Tretkowski <[EMAIL PROTECTED]> writes: > * Tuomo Valkonen wrote: >> How important is the functionality offered by detach.lua? > > I use detach.lua in one case... watching video. Having a small mplayer > window stick in the right upper corner allows me to work as usual, and > I'm able to fo

Re: Transients, queries and so on in too small frames

2006-05-15 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > How important is the functionality offered by detach.lua? Could it > be improved? [ disclaimer : I'm the author of most of the things in detach.lua ] Well, detach.lua allows two great things for me : * people who don't use ion don't laugh at me anym

Re: Is it possible to make transient windows instead split the current frame?

2006-05-03 Thread Matthieu Moy
M Jared Finder wrote: Tuomo Valkonen wrote: On 2006-05-01, M Jared Finder <[EMAIL PROTECTED]> wrote: Is it be possible to make (specific) transient windows appear in their own frame, below the current frame instead of overlapping with the current frame? Possibly, with winprop kludges. An

Re: tiny border

2006-04-07 Thread Matthieu Moy
Speedy Juggler wrote: Hello, I'm using Ion3 for a year now, it's great! As of today I started looking how I could get rid of the tiny border (which is around the whole screen). I have read the fucking manual and tried setting all the *_pixels to 0 in my look.lua (which is copied from look_gr

Re: Possible? Maximized Window + statusbar

2006-03-27 Thread Matthieu Moy
"P.Panuka" <[EMAIL PROTECTED]> writes: > On 21:16 Mon 27 Mar , Matthieu Moy wrote: >> Isn't what you're looking for >> >> http://modeemi.cs.tut.fi/~tuomov/repos/ion-scripts-3/scripts/collapse.lua >> >> ? >> >>

Re: Possible? Maximized Window + statusbar

2006-03-27 Thread Matthieu Moy
> Is it possible to maximize windows and to see the statusbar > all the time? > > I want windows to use all available space (like in fullscreen) > except the place for the statusbar. It should be always visible. You can remove the tabs from the frame with set_tabbar. If you set the frame borders

Re: Possible? Maximized Window + statusbar

2006-03-27 Thread Matthieu Moy
"P.Panuka" <[EMAIL PROTECTED]> writes: > That brought me to the idea to use the two functions in one new > own function. Isn't what you're looking for http://modeemi.cs.tut.fi/~tuomov/repos/ion-scripts-3/scripts/collapse.lua ? > Here is how i tried to merge them in cfg_bindings.lua: > > > l

Re: XFT on gentoo

2006-03-20 Thread Matthieu Moy
John Robson <[EMAIL PROTECTED]> writes: > AA fonts are not universally easier to read - anyone with a poorly set > up monitor will probably find them so, but having crisp edges to a > letter makes it, IMHO, much easier to read - I don't have to keep > checking that I've got my glasses on. Why are

Re: XFT on gentoo

2006-03-19 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: >> - you need USE=truetype to enable it [...] > Please disable the patch or change the use flag to something that > people are unlikely to have on by default > (USE=i-really-want-to-use-the-blurry-\ > hack-for-ion-and-won't-complain-to-tuomov-about-anyt

Re: window position on float

2006-03-12 Thread Matthieu Moy
Christian Dablander <[EMAIL PROTECTED]> writes: > thx in advance for any advice, Throw away your xmms. (hmm, I admit this is not the kind of advice you'd have expected ;-) -- Matthieu

Re: CPU Usage?

2006-03-12 Thread Matthieu Moy
cothrige <[EMAIL PROTECTED]> writes: > * Tuomo Valkonen ([EMAIL PROTECTED]) wrote: >> On 2006-03-11, cothrige <[EMAIL PROTECTED]> wrote: >> > I am curious as to what Ion is doing all the time? >> >> Probably fighting with the monitor for window size. >> > > Really? Fascinating. Is there anyt

Re: sound control

2006-02-16 Thread Matthieu Moy
Ilya Schurov <[EMAIL PROTECTED]> writes: > kpress(DEFAULT_MOD.."Control+Page_Up",make_exec_fn("amixer set Master > 5%+")); > kpress(DEFAULT_MOD.."Control+Page_Down",make_exec_fn("amixer set Master > 5%-")); > > I'm using gkrellm2 in dock in order to show current state of sound > mixer. You can als

Re: Ion logo?

2006-02-16 Thread Matthieu Moy
Kathryn Andersen <[EMAIL PROTECTED]> writes: > On Thu, Feb 16, 2006 at 10:24:06PM +0200, Tuomo Valkonen wrote: >> http://modeemi.fi/~tuomov/ion-logo/combologo.png >> http://modeemi.fi/~tuomov/ion-logo/combologo.png >> >> The '+' and '3' are scaled-down a little, and their alignment and aspect are

Icons not working in the systray (was Re: sound control)

2006-02-16 Thread Matthieu Moy
Raphael Bauduin <[EMAIL PROTECTED]> writes: > On 2/16/06, Canaan Hadley-Voth <[EMAIL PROTECTED]> wrote: >> Kmix *does* work in the systray if you put a %systray meter in >> cfg_statusbar.lua. > > It doesn't here, with the config of cfg_statusbar you mentioned. > kmix -v > Qt: 3.3.4 > KDE: 3.5.0 >

Re: Potential convert...

2006-02-15 Thread Matthieu Moy
[EMAIL PROTECTED] writes: > Problem is, I don't see how it cleanly can. When windows themselves are > being > rendered in opengl space, how is an app supposed to have its own depth buffer > for drawing polygons in the right spacial order, while rendering all of this > to a window which is in

Re: Copy and Paste between aterms

2006-02-15 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-02-15 11:31 +0100, Matthieu Moy wrote: >> Under X, use xmodmap to remap a key, and xev to know which key to >> remap. > > I'd like to do the remapping in Xaw etc. Oups, I didn't notice who I was replyi

Re: Copy and Paste between aterms

2006-02-15 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-02-15, Philipp Grau <[EMAIL PROTECTED]> wrote: >> (I use more often - to paste the text.) > > *Sigh*. I still haven't got around to figuring out how to reconfigure > that to something else. My keyboard doesn't have a frigging insert key! > (Thes

Re: Wajt detached to stay with IonWS

2006-02-04 Thread Matthieu Moy
Niclas Olofsson <[EMAIL PROTECTED]> writes: > I have a small problem. My transient popup's travel between > workspaces. Is it supposed to do that, or am I missing something in > the configuration of it? Not that this was the expected behavior, but it would be incredibly more complicated to do oth

Re: Splitting the scratchpad

2006-01-05 Thread Matthieu Moy
Benji Wakely <[EMAIL PROTECTED]> writes: > Greetings all. > > I would like to have the scratchpad divided up into different frames, > but the keybindings that work for normal windows don't work. > > Is it possible to split the scratchpad up like that? See http://modeemi.fi/~tuomov/repos/ion-scrip

Re: transients, detach.lua behaviour

2006-01-04 Thread Matthieu Moy
Felix Schmidt <[EMAIL PROTECTED]> writes: > The effect is that all transients which are not affected by the > winprops are now created in a new frame, and not above the > window they are transient for ... > > Is this intended? Not really. It's a long time since I wrote that code (or is it code

Re: strange problem with emacs

2005-11-19 Thread Matthieu Moy
Michael Vanier <[EMAIL PROTECTED]> writes: > I ran strace on both ion2 and ion3 running emacs and the pause was due to a > select() system call in emacs timing out (5 second timeout in two calls, > giving the 10 second delay). I'll look into this more when I have more > time. I hope there are _s

Re: start with ion2 or ion3?

2005-11-07 Thread Matthieu Moy
Etan Reisner <[EMAIL PROTECTED]> writes: > ion3 is stable enough for me Note that it's now both "stable" in the sense "does not crash every 5 minutes" and in the sense that it doesn't evolve too much now (you don't have to rewrite your config files every 5 minutes). If you start with ion3, use a

Re: dual-head, FloatWS, detach.lua

2005-08-28 Thread Matthieu Moy
moe <[EMAIL PROTECTED]> writes: > i have a little problem with detach.lua on my dual-head (xinerama) setup. Not surprising. I wrote most of the code for detach.lua, and I don't have a dual head, so, I couldn't test this configuration. Is there a way to emulate a xinerama setup on a single screen

Re: Problems with fresh install of ion3

2005-08-24 Thread Matthieu Moy
Luis Murillo <[EMAIL PROTECTED]> writes: > [...] MAIL environment variable not set [...] > I don't seem to understand what going on, could anyone please shed some > light :) Hmm, perhaps you can now guess by yourself ;-). -- Matthieu

Re: initial questions for a new user ... removing borders, etc.

2005-05-23 Thread Matthieu Moy
Joe Schmoe <[EMAIL PROTECTED]> writes: > How can I remove the small (5 pixel ?) black borders > that seem to surround each frame ? I am interested > both in how to reduce them (1 pixel, etc.) and also > how to remove them completely for a specific frame. http://modeemi.cs.tut.fi/~tuomov/ion/doc-

Re: How to make these mods for ion2 ?

2005-05-22 Thread Matthieu Moy
"Daniel Test" <[EMAIL PROTECTED]> writes: > first of all, ion2 rocks. Thank you for this great wm. ... ion3 rocks even more ;-). > After working a while with ion2, there are two things > which are annoying me. If you want to invest time scripting ion, my advice is to switch to ion3. It's quite

Re: config debugging

2005-05-08 Thread Matthieu Moy
Jason Lunz <[EMAIL PROTECTED]> writes: > Also, could something like this be included in the standard > distribution, or maybe in the scripts repository, I vote for the last one. > or even in the scripting documentation? A link to this script in the documentation (configuring and extending ion

Re: Ion3 debian unstable

2005-05-08 Thread Matthieu Moy
Bryan Richter <[EMAIL PROTECTED]> writes: > 1. This is the wrong place to ask (look for the Debian package > maintainer). man reportbug ... -- Matthieu

Re: detach.lua

2005-05-03 Thread Matthieu Moy
Jason Lunz <[EMAIL PROTECTED]> writes: > The good news here is at least you _can_ attach windows in new toplevel > WFloatFrames, using attach() as above. I don't know if there's an > equivalent for attach_new(), though. The problem is not to attach a window to a WFloatWS (detach.lua already does

Re: detach.lua

2005-05-03 Thread Matthieu Moy
Jason Lunz <[EMAIL PROTECTED]> writes: > This fails in situations where you want to dismiss the transients > later. 100% correct. I'm not arguing the current behavior is perfect, but that it's "usually good enough". > I'd like it if the transient stayed on a per-workspace layer2 floatws, Actual

Re: detach.lua

2005-05-02 Thread Matthieu Moy
[ Re-adding the list in Cc ] Konstantin Kletschke <[EMAIL PROTECTED]> writes: > Hm, there is > > -- Written by Matthieu Moy <[EMAIL PROTECTED]> on February 17th 2005. > > detach = { >-- default "passiveness" for the layer 2 floating workspace. >

Re: detach.lua

2005-05-02 Thread Matthieu Moy
Konstantin Kletschke <[EMAIL PROTECTED]> writes: > I will try that at home. Mainly I asked, if it is possible to have an > "catch all" for all transients of all apps ( something like name = "*"). detach.manage_transcient_with_float = true (the default) should do that. >> If, by "sticky", you me

Re: detach.lua

2005-05-02 Thread Matthieu Moy
Konstantin Kletschke <[EMAIL PROTECTED]> writes: > Is there the possibility to create a defwinprop {} which instructs ion3 > to create all transients (pref dialog of firefox for example) in an > WIonWS to be detached float frames? Something like defwinprop { class = "Firefox-bin", name =

Re: ion3 configuration problems

2005-04-28 Thread Matthieu Moy
Kamin Whitehouse <[EMAIL PROTECTED]> writes: > following 4 scripts, and I'm using ion3-20050116 with > gentoo. If you want to use ion3, I strongly recommand using a more recent version. There have been many bugfixes and some API changes since this snapshot. > DETACH.LUA > I am confused by this l

Re: Howto use ionflux

2005-04-20 Thread Matthieu Moy
Stefan Reichör <[EMAIL PROTECTED]> writes: > Hi! Hi Stefan, > $ ionflux -e 'mod_query.query_workspace(_)' >>> mod_query.lua:44: attempt to index local `mplex' (a nil value) > Error: >> mod_query.lua:44: attempt to index local `mplex' (a nil value) > > > I think, the problem is the _ above. But I

Re: full screen mode and one workspace too many

2005-04-15 Thread Matthieu MOY
Quoting Mack Stevenson <[EMAIL PROTECTED]>: > Hello all, Hi, > I would like to know whether it is possible to (by default) start all apps > in full-screen mode. That's the "default behavior": Don't load any module and ion will know only the fullscreen mode. > I always have a third workspace

Re: ion and firefox/gmail

2005-04-11 Thread Matthieu MOY
Quoting Mark Ng <[EMAIL PROTECTED]>: > When a window is popped up, the > original firefox window will not respond to the keyboard for quite a > while, but it have no problems responding to the mouse. A workaround for this: Open a new mozilla window (typically, Menu -> Edit -> Preferences) and clo

Re: Floating split and IonWS size

2005-03-29 Thread Matthieu Moy
[EMAIL PROTECTED] writes: > I'm using Ion version 3ds-20041104. You shouldn't ;-) If you use a development snapshot of a program, you should use a recent version. It's better for you and for the developers if you report bugs. > What is weird is that after *every* Ion3 restart (including exit &

Re: xftde for ion3 v0.01alpha

2005-03-28 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2005-03-28, Nikolai Prokoschenko <[EMAIL PROTECTED]> wrote: >> Third try to send this message, I suppose the attachments don't get >> through. I'll send them separately. > > The list had a 40kB limit on attachment size. I increased it to 200kB. ...

Re: Ion3 wishlist/TODO list

2005-03-27 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > now is the time to make your requests, One more ... Not sure how usefull this would be, but let's throw the idea ... A way to manage client windows larger than the frame containing it: ion could provide scrollbars that would scroll the entire client

Re: Ion3 wishlist/TODO list

2005-03-23 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > now is the time to make your requests, One more thing (already more or less discussed here): When layer 2 objects are present on screen, there are currently two focus policies : 1) The object is passive and will never get focus 2) The object is a

Re: First attempt

2005-03-20 Thread Matthieu Moy
k|b|s <[EMAIL PROTECTED]> writes: > This is my first attempts to scripting in lua; Don't forget the script repository: http://modeemi.cs.tut.fi/~tuomov/repos/ion-scripts-3/ -- Matthieu

Re: Ion3 wishlist/TODO list

2005-03-18 Thread Matthieu MOY
Tuomo Valkonen said: > So now is the time to make your requests, for after Ion3 > has been released, it certainly is up to you to implement any new > features A simple, but probably usefull idea: Currently, mod_query.query_exec() allows the syntax ":command" to run "command" in an xterm. I sugges

Re: Shutdown Hook

2005-03-17 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2005-03-16, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> If you return nil in this case and the pid in the other case, IIRC, >> you can still write in lua > > libextl doesn't support integers being nil. Th

Re: Shutdown Hook

2005-03-16 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2005-03-16, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> * The return value of ioncore.exec() not documented. It is a boolean. > > It only returns false if we can't fork so practically never unless the > system is

Re: Shutdown Hook

2005-03-16 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > That's something like what I've been thinking about, although perhaps > a hook with pid returned by exec. That brings two remarks: * The return value of ioncore.exec() not documented. It is a boolean. * How can one get the pid of the process launched

Re: Shutdown Hook

2005-03-16 Thread Matthieu Moy
Stefan Wehr <[EMAIL PROTECTED]> writes: > function my_shutdown() > -- start sync-script here! > ioncore.shutdown(); > end Better alternative: http://modeemi.cs.tut.fi/~tuomov/ion/doc-3/ionconf/node7.html#SECTION00710 Hook name: ioncore_deinit_hook Parameters: () D

Re: Ion3 wishlist/TODO list

2005-03-15 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > what features (that don't need a major rewrite) would > you want to see for Ion3? A trivial one: ioncore.setenv(environment_variable, value) ioncore.unsetenv(environment_variable) To avoid having to log out and relogin when you tweak your ~/rc. (sur

Re: Keybinding Editor

2005-03-15 Thread Matthieu Moy
Zachary Landau <[EMAIL PROTECTED]> writes: >> Preferably it would be easy to extend with an ncurses interface as >> such have a much friendlier ion-like keyboard-oriented feel to them. > > I would prefer an ncurses interface as well. The main reason I am > starting with GTK is that it handles a l

Re: decorating transient windows

2005-03-14 Thread Matthieu MOY
Edwin Steiner said: > There is only one minor thing I'm missing: When a transient window is > opened, its upper edge sometimes "melts" into the window behind it, if > they use the same background color. I find this a bit irritating, > especially if it only happens for a part of the edge. It does

Re: Ion3 wishlist/TODO list

2005-03-13 Thread Matthieu Moy
Matthias Schult <[EMAIL PROTECTED]> writes: > * Kludges editor For this particular one, it would probably be interesting to have it integrated in ion: I imagine a menu entry in the frame context menu saying something like "Edit winprops", then it would open (probably an external program, called w

Re: Ion3 wishlist/TODO list

2005-03-13 Thread Matthieu Moy
Noah Slater <[EMAIL PROTECTED]> writes: > Some thing which would configure Ion without the need to learn a new > language would be very helpfull. Did you have a look at WMI? It's supposed to have most of ion3's features, except scripting. -- Matthieu

Re: Ion3 wishlist/TODO list

2005-03-11 Thread Matthieu Moy
Matthias Schult <[EMAIL PROTECTED]> writes: > Having transient windows as floating windows inside the frame. detach.lua in ion3 script repository allows you to have transcient floating "on top of the screen". With a bit more scripting, it should be possible to have it "inside the frame" (by attac

Re: Ion3 wishlist/TODO list

2005-03-11 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > Now, besides these, what features (that don't need a major rewrite) would > you want to see for Ion3? Which of these would you be willing to attempt > to write? Contributing is now easy for both you and me having switched to > using darcs for vcs. * A