LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-28-2005, 04:48 PM   #16
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54

i created a file in my home directory called .Xdefaults, and added this stuff to it:

aterm*cursorColor:blue
aterm*colorMode:true
aterm*pointerColor:yellow
aterm*pointerColor2:yellow
aterm*borderWidth:0
aterm*tinting:#ffffff
aterm*loginShell:true
aterm*transparent:true
aterm*shading:50
aterm*background:white
aterm*foreground:light blue
aterm*scrollBar:false
aterm*fade: 60
!aterm*font: 9x15
aterm*font: 8x13
aterm*saveLines:4500
aterm*geometry:85x30
aterm*truetintingType:True
!
! colors
!
aterm*color0:rgb:00/00/00
aterm*color1:rgb:cc/66/66
aterm*color2:rgb:66/cc/66
aterm*color3:rgb:cc/cc/66
aterm*color4:rgb:66/66/cc
aterm*color5:rgb:cc/66/cc
aterm*color6:rgb:66/cc/cc
aterm*color7:rgb:cc/cc/cc
aterm*color8:rgb:63/33/33
aterm*color9:rgb:ff/99/99
aterm*color10:rgb:99/ff/99
aterm*color11:rgb:ff/ff/99
aterm*color12:rgb:99/99/ff
aterm*color13:rgb:ff/99/ff

xterm*cursorColor:blue
xterm*colorMode:true
xterm*pointerColor:yellow
xterm*pointerColor2:yellow
xterm*borderWidth:0
xterm*tinting:#ffffff
xterm*loginShell:true
xterm*transparent:true
xterm*shading:80
xterm*background:#dcdcdc
xterm*foreground:#800000
xterm*scrollBar:false
xterm*fade: 60
!xterm*font: 9x15
xterm*font: 8x13
xterm*saveLines:4500
xterm*geometry:85x30
xterm*truetintingType:True
!
! colors
!
xterm*color0:rgb:00/00/00
xterm*color1:rgb:cc/66/66
xterm*color2:rgb:66/cc/66
xterm*color3:rgb:cc/cc/66
xterm*color4:rgb:66/66/cc
xterm*color5:rgb:cc/66/cc
xterm*color6:rgb:66/cc/cc
xterm*color7:rgb:cc/cc/cc
xterm*color8:rgb:63/33/33
xterm*color9:rgb:ff/99/99
xterm*color10:rgb:99/ff/99
xterm*color11:rgb:ff/ff/99
xterm*color12:rgb:99/99/ff
xterm*color13:rgb:ff/99/ff
xterm*color14:rgb:99/ff/ff
xterm*color15:rgb:ff/ff/ff

you can edit colors and stuff...it's basic, but it works

i don't use Eterm, i just use aterm and xterm...Eterm has a config file someplace, but i don't remember where...if you read the Man page for Eterm, it will give you lots of info...just open a terminal (such as Eterm) and type man Eterm and it will/should come up.

Last edited by detpenguin; 04-28-2005 at 04:59 PM.
 
Old 04-28-2005, 05:11 PM   #17
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
for regular typing not from listing
 
Old 04-28-2005, 09:26 PM   #18
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
Go to your ~/.fluxbox folder. In the init file there will be a line that looks like this:

session.menuFile: /home/YOU/.fluxbox/menu

That tells you which menu file is in use. So, just open that menu file in a text editor and edit it.

Here is a sample of my menu to get you started (and show some features):
Code:
[begin] (fluxbox)
[exec] (aterm) {aterm -sh 25 -tr -fg white +sb}<~/.fluxbox/FBicons/terminal3_32x32.xpm>
[exec] (firefox) {mozilla-firefox} <~/.fluxbox/FBicons/firefox32x33.xpm>
[exec] (rox) {rox-filer}<~/.fluxbox/FBicons/folder32x32.xpm>
[separator]

[submenu] (Multimedia) {}
[submenu] (Games) {}
	[exec] (GBA) {gnomeboyadvance}
	[exec] (SNES) {zsnes}
	[exec] (N64) {mupen64}
[end]
	[exec] (xmms) {xmms}<~/.fluxbox/FBicons/xmms_32x32.xpm>
	[exec] (xine) {xine}<~/.fluxbox/FBicons/xine_32x32.xpm>
	[exec] (mplayer) {gmplayer}<~/.fluxbox/FBicons/mplayer.xpm>
	[exec] (k3b) {/usr/sbin/su-to-root -X -c k3b}<~/.fluxbox/FBicons/k3b_32x32.xpm>
	[exec] (grip) {grip}<~/.fluxbox/FBicons/grip_32x32.xpm>
	[exec] (dvd::rip) {dvdrip}
[end]

[submenu] (Net) {}
	[exec] (firefox) {mozilla-firefox} <~/.fluxbox/FBicons/firefox32x32.xpm>
	[exec] (thunderbird) {mozilla-thunderbird} <~/.fluxbox/FBicons/thunder.xpm>
	[exec] (Dillo) {dillo}
	[exec] (kbear) {kbear}
	[exec] (xchat) {xchat}
[end]
The names that appear in the menu are between ( ) the command that gets executed is in between { } if you want those little icons, then put a path between < >. As far as I know icons have to be in xpm format.

I wrote most all of my menu by hand (maybe all of it). Just start with a basic menu and start adding stuff as you go, after a while you will have a nice coplete menu that does what you want. A good trick to find apps or available commands that you have is to hit Tab twice in a terminal--it will spit out all that commands that you can use (which will include the commads to launch apps of course). This certainly isn't the fastest way, but it works.
 
Old 04-28-2005, 10:28 PM   #19
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
Quote:
Originally posted by Cryptix
for regular typing not from listing
that information, when placed in the .Xdefaults file which i talked about earlier, will set how your aterm looks, i.e. transparency, which fonts, colors and such.
 
Old 04-29-2005, 12:47 AM   #20
jasone
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: FreeBSD, OpenBSD, Debian Etch
Posts: 160

Rep: Reputation: 30
You might want to take a look at these, they helped me:

http://aslan.no-ip.com/~iphitus/fluxbox.php
http://www.linux.org/lessons/short/fluxbox/index.html
 
Old 04-29-2005, 01:55 AM   #21
scoops98
Member
 
Registered: Nov 2001
Location: Cornwall
Distribution: Gentoo, Debian,Knoppix
Posts: 85

Rep: Reputation: 15
My script from a previous post

#placed in /home/scoops/.fluxbox/startup

#My fluxbox startup script

#Show splash screen
fbsetbg -C /usr/share/fluxbox/splash.jpg
#Set wallpaper
fbsetbg /home/scoops/3d_225.jpg
#Put a transparant borderless eterm in the bottom left of the screen
Eterm --trans --borderless --scrollbar=false --buttonbar=false --geometry=120x25+0-25 &
#Start two gkrellm panels
gkrellm -c stack1 &
gkrellm -c stack2 &
#Start messenger
centericq &
#Start bluetooth phone manager
gnome-phone-manager &
#start fluxbox
exec /usr/X11R6/bin/fluxbox


#Thats my startup script. Its basic.
 
Old 05-01-2005, 09:13 PM   #22
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
thanks guys i got it looking how i wanted!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fluxbox: Enabling KDE using package install of fluxbox underline Linux - Software 0 12-27-2003 10:11 AM
fluxbox??? yenonn Linux - Newbie 3 10-02-2003 10:33 AM
FLuxbox help please!!! Devboy Linux - Newbie 9 07-31-2003 08:02 PM
Fluxbox alitrix Linux - Software 1 06-29-2003 12:36 PM
Fluxbox Astro44 Linux - Newbie 4 04-09-2003 04:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration