The Following 24 Users Say Thank You to qwerty12 For This Useful Post: | ||
Aisu, antikx, born2wonder, codeMonkey, daperezg, deeteroderdas, free, GeneralAntilles, grog, Kroll, lcuk, ldrn, lorez1, Munk, pixelseventy2, possessedskier, PowerUser, qole, Sohil876, spiros, TA-t3, Underscore, yerga |
|
2008-04-09
, 11:30
|
|
Posts: 357 |
Thanked: 115 times |
Joined on Sep 2007
@ Sunny England :)
|
#2
|
|
2008-04-09
, 12:54
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#3
|
The Following 4 Users Say Thank You to yabbas For This Useful Post: | ||
|
2008-04-09
, 13:01
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
|
2008-04-09
, 13:10
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
|
2008-07-29
, 16:17
|
|
Posts: 29 |
Thanked: 6 times |
Joined on Mar 2008
|
#7
|
|
2008-07-29
, 16:57
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#8
|
|
2008-08-12
, 03:01
|
Posts: 11 |
Thanked: 3 times |
Joined on Aug 2008
|
#9
|
#!/bin/sh # matchbox.defs - Matchbox defines TITLEBAR=yes DESKTOPMODE=plain LOWLIGHT=no SHOWCURSOR=yes DIALOGMODE=const-horiz MBTHEME=$DEFAULTMBTHEME SUPERMODAL=no if [ -f $HOME/.osso/mbtheme ]; then MBTHEME=`cat $HOME/.osso/mbtheme` fi
|
2008-08-12
, 03:42
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#10
|
As root run:
vi /etc/osso-af-init/matchbox.defs.
You will be presented with (this is also the default if you mess up):
I will only go through the options that worked and the ones I have tried.
TITLEBAR:
The only mod you can do is change it to no. What does that do?:
Change TITLEBAR=yes to TITLEBAR=no.
DIALOGMODE:
This mod lets you move around the dialog boxes! You see when you press on a window bar, it goes transparent? Now you can drag them. This can be fun for rotation
Free Mode:
Yes, it has a little bug where some dialog boxes are placed in wrong position but it can be fixed by dragging like so:
Constant/Consistent Horizontal:
This works perfectly, dragging works, movement is free but it makes things longer. (yes, I try not to laugh)
Being dragged:
Change DIALOGMODE=static to DIALOGMODE=free or DIALOGMODE=const-horiz.
SUPERMODAL:
Setting this to no will let you do other things while receiving a file over bluetooth for example
Change SUPERMODAL=yes to SUPERMODAL=no
I also have a thread on changing your device name too.
Some notes:
Changing DESKTOPMODE=plain to decorated is pointless but does something.
Changing LOWLIGHT=no to yes makes dialog boxes have a black 3d square thing. Not as cool as it sounds.
No idea about this one SHOWCURSOR=yes. (Yabbas says it may be for blinking text cursor.He was right about supermodal)
Leave MBTHEME=$DEFAULTMBTHEME as is. $DEFAULTMBTHEME is a variable pointing to your current theme set.
Last edited by qwerty12; 2008-04-12 at 08:36.