Re: "command line" ?

Ole Jørgen Brønner <[email protected]> Thu, 27 Aug 2009 23:45:23 +0200
Newsgroups gmane.comp.window-managers.ion.general
Message-ID <op.uzcb1xvivocxtk@tabole-debian>
Turns out this is quite easy to do.

I just changed line 49 in mod_query/query.c from

par.szplcy=SIZEPOLICY_FULL_BOUNDS;
par.level=STACKING_LEVEL_MODAL1+2;

to

par.szplcy=SIZEPOLICY_STRETCH_TOP;
par.level=STACKING_LEVEL_MODAL1+2;

Not sure why SIZEPOLICY_FULL_BOUNDS is used in place of  
SIZEPOLICY_STRETCH_BOTTOM originally. I guess that could mean that the TOP  
solution will have som bugs.

I did this in ion3plus.

On Thu, 27 Aug 2009 19:44:21 +0200, Tuomo Valkonen <[email protected]> wrote:

> On 2009-08-27, Piter_ <[email protected]> wrote:
>> There is "command line" opened by F3 button.
>> I wonder if its possible to move it up from the bottom of the screen.
>> Thanks.
>> Petro
>
> No, unless you write the necessary code.
>



-- 
mvh.
Ole Jørgen Brønner