"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
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
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
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
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
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
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
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
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
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]>
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 = {
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
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
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
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
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
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
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 ;-).
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
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
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
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
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
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
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
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
"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,
>
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
"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
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
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'
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]
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
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
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
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
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
"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
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
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
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
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
"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
>>
>> ?
>>
>>
> 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
"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
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
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
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
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
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
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
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
>
[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
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
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
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
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
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
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
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
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
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
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-
"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
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
Bryan Richter <[EMAIL PROTECTED]> writes:
> 1. This is the wrong place to ask (look for the Debian package
> maintainer).
man reportbug
...
--
Matthieu
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
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-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.
>
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
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 =
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
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
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
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
[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 &
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.
...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
92 matches
Mail list logo