Results 1 to 10 of 15
Thread: fluxbox
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
12-08-2005 #1
fluxbox
-
12-08-2005 #2
1) The menu file is stored at ~/.fluxbox/menu
2) Themes, download them, put them in the ~/.fluxbox/styles directory, and you can access them from the right-click menu.
For background, use the 'fbsetbg -f <filename>' command
3) You can add lines like the following to ~/.fluxbox/init:
Code:session.screen0.rootCommand: <command>
-
12-08-2005 #3
Question 1/ The right click menu is based on the file ~/.fluxbox/menu iirc. The syntax is pretty easy, and you can get a good idea of what to do by reading that file. You can auto-generate menus by using the command "fluxbox-generatemenu -is-ds" (check my syntax with the man page to make sure)
Question 2/ That's gonna be some file in ~/.fluxbox as well. Should be fairly obvious.
Question 3/ Look at the file ~/.fluxbox/startup. The last thing in that file should be the command to start fluxbox, but you can add as many commands as you want just before it. Just be sure to put a "&" after it, like this,Code:gaim &
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
-
12-08-2005 #4Question 4/ I don't understand the question. What do you mean??
-
12-08-2005 #5
Originally Posted by Cabhan
-
12-08-2005 #6
It doesn't exist! I edit mine like this,
Code:vi .fluxbox/menu
The fluxbox command may be fbrun as Cabhan suggested. Did you emerge fbrun at any stage??Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
-
12-08-2005 #7
It should be there. I tried it recently and it was there.
Check out this: http://www.fluxbox.org/docbook/en/fluxbox-docs.html - I think that should answer just about every question for you.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
-
12-08-2005 #8
yes i emerged fbrun.
1) The menu file is stored at ~/.fluxbox/menu
-
12-08-2005 #9
Originally Posted by crashandburn0420
I'm confused. .fluxbox should be in your home folder, which is why we specified ~/.fluxbox. Which folder are you in when "vi .fluxbox/menu" works??Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
-
12-08-2005 #10
im in my home folder but i didnt know what ~/ was. btw im using nano.