You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you to everyone who e-mailed me, and especially to Jason Kilburn Evans, who generously donated the icons.
9
8
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
-
19
9
What is it?
10
+
--
20
11
21
12
BeFull is an alternative UI to the Deskbar for launching apps.
22
13
23
14
Why bother?
15
+
--
24
16
25
17
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?
26
18
27
19
How do I use it?
28
-
20
+
--
29
21
1. Launch BeFull.
30
22
2. Click to launch an item and quit BeFull at the same time.
31
23
32
24
What other cool features does it have?
33
-
25
+
--
34
26
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.
35
27
36
28
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
48
40
Broken symlinks are now indicated as such ("toast").
49
41
50
42
How do I edit the settings file, and why is the link broken?
51
-
43
+
--
52
44
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.
53
45
54
46
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.
55
47
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.
57
49
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.
61
57
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