Skip to content

Commit b53ee9a

Browse files
authored
Update README.md
1 parent 3723634 commit b53ee9a

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

+14-19
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,28 @@
11
# BeFull
22
Full-screen app launcher for BeOS / Haiku OS.
33

4-
BeFull for BeOS 0.04 Source Code
5-
by Kevin Field
4+
BeFull for BeOS 0.04 Source Code, by Kevin Field
65
------------------------------------------
76

87
Thank you to everyone who e-mailed me, and especially to Jason Kilburn Evans, who generously donated the icons.
98

10-
Todo list for source adopters:
11-
12-
1) One user has reported graphic corruption problems, but I couldn't determine the cause.
13-
2) Replicant edition source is lost. (Binary is included here.) It was only a few lines different IIRC.
14-
3) I remember someone saying that the first run load time is a bit scary because of the screen going blank during loading. That could definitely be avoided.
15-
4) See more below.
16-
17-
------------------------------------------
18-
199
What is it?
10+
--
2011

2112
BeFull is an alternative UI to the Deskbar for launching apps.
2213

2314
Why bother?
15+
--
2416

2517
I think that a quick full-screen app that is efficiently keyboard- and mouse-accessible is the best way to launch programs. Why only show part of your menu and have to wait, when you can show the whole thing and get what you want with one click or a couple keystrokes?
2618

2719
How do I use it?
28-
20+
--
2921
1. Launch BeFull.
3022
2. Click to launch an item and quit BeFull at the same time.
3123

3224
What other cool features does it have?
33-
25+
--
3426
You can use something other than /boot/home/config/be as your menu, and you can attach specific colours to any folder. If you colour one folder but not its sub-folders, the subfolders alternate using the parent folder's colour and a lighter variation of it.
3527

3628
The menu resizes itself to fit whatever you have in your menu--any extra space due to rounding errors is filled in with extra button. (You'll probably notice that the buttons along the bottom are a little bigger than the rest, and sometimes the ones in the rightmost column are too.)
@@ -48,15 +40,18 @@ Right now, you can quit without opening any apps by switching workspaces or pres
4840
Broken symlinks are now indicated as such ("toast").
4941

5042
How do I edit the settings file, and why is the link broken?
51-
43+
--
5244
You have to run the program once for the link to work. What happens is, if there's no settings file at "/boot/home/config/settings/BeFull Settings", it makes one using ls. If there is one, it'll overwrite it every time unless you add a blank line at the beginning. So if you want random colours and a menu that always mirrors your Be menu, don't touch anything.
5345

5446
If you want a different menu displayed than the Be menu, go to a Terminal and type, `ls -L -1 -R menulocation > /boot/home/config/settings/BeFull\ Settings`, where menulocation is wherever your desired menu is located, with any spaces preceeded by a backslash, as always. Then open the file using the link, add a blank line at the start, and save it.
5547

56-
If you want your own colours and/or a static menu, add the blank line, and a colour right after the colon (":") after any folder name. Each colour will be applied to the group and variations of it to any subgroups it may have. Wherever there isn't a colour, BeFull will generate one. Make sure your colours are in the format "R G B", where each red, green, or blue value is an integer from 0 to 210 inclusive (higher than that and it'll be chopped automatically--you can't see it well with the white font face, and boosted subfolder variations would be worse.) The highlight and text colours are always the same--I decided this was the easiest way to do things. They may also be configurable in the future. Let me know if you care.
48+
If you want your own colours and/or a static menu, add the blank line, and a colour right after the colon (":") after any folder name. Each colour will be applied to the group and variations of it to any subgroups it may have. Wherever there isn't a colour, BeFull will generate one. Make sure your colours are in the format "R G B", where each red, green, or blue value is an integer from 0 to 210 inclusive (higher than that and it'll be chopped automatically--you can't see it well with the white font face, and boosted subfolder variations would be worse.) The highlight and text colours are always the same--I decided this was the easiest way to do things.
5749

58-
What's not done?
59-
60-
Support for the keyboard (besides quitting), text-only mode, many options, and treating queries as folders.
50+
Todo list for source adopters:
51+
--
52+
1. One user has reported graphic corruption problems, but I couldn't determine the cause.
53+
2. Replicant edition source is lost. (Binary is included here.) It was only a few lines different IIRC.
54+
3. I remember someone saying that the first run load time is a bit scary because of the screen going blank during loading. That could definitely be avoided.
55+
4. Support for the keyboard (besides quitting), text-only mode, many options, and treating queries as folders.
56+
5. The idea is someday there'll be a really quick way to launch BeFull from anywhere (single click, mouse gesture, or keyboard button, like perhaps a 104-key-keyboard special key.) For now you can download SpicyKeys from BeBits, which works very well. If you have a newer version of OpenDeskbar, the Be menu will still pop up in the background, but it doesn't really affect anything except that the mouse gets moved to the corner.
6157

62-
The idea is someday there'll be a really quick way to launch BeFull from anywhere (single click, mouse gesture, or keyboard button, like perhaps a 104-key-keyboard special key.) For now you can download SpicyKeys from BeBits, which works very well. If you have a newer version of OpenDeskbar, the Be menu will still pop up in the background, but it doesn't really affect anything except that the mouse gets moved to the corner.

0 commit comments

Comments
 (0)