How do I enlarge my desktop text and menus in Fluxbox?

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
punchy71
Posts: 19
Joined: 12. Dec 2011, 18:41

How do I enlarge my desktop text and menus in Fluxbox?

Post by punchy71 »

I'm running the Fluxbox edition of Salix OS. How do I adjust my desktop so that the on-screen text and menu's (everything) appear larger and stay that way permanently even after rebooting the pc?

Thank you
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: How do I enlarge my desktop text and menus in Fluxbox?

Post by Tim CowChip »

Try these in a terminal:

Code: Select all

xfontsel

Code: Select all

man xfontsel

Have you considered openbox? Its very similar to fluxbox and has a configuration app, obconf that allows font selection among other configs.
ImageImage
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: How do I enlarge my desktop text and menus in Fluxbox?

Post by zAchAry »

Where is the style/theme that you are using?

Code: Select all

$ mousepad `sed -n /styleFile/p .fluxbox/init | cut -f 2`
Edit the following entries in your style:

Code: Select all

### (DEFAULT) set ALL fonts and colors###
*textColor: #4EE8E8
*Font: dejavusans-11
More specific, if you wish:

Code: Select all

menu.frame.font:			sans-9:bold
menu.title.font:			sans-10:bold
toolbar.clock.font:			sans-9:bold
toolbar.workspace.font:			tahoma-10:bold
toolbar.iconbar.focused.font:		sans-8:bold
toolbar.iconbar.unfocused.font:		sans-8
window.font:				sans-8
Image
Help to make Slackware easier Donate to Salix
Post Reply