You are not logged in.
Pages: 1
I've used fluxbox before, but this new version is throwing me off.
1) How do I set the toolbar width? Before it was just in the desktop right click menu but now it's not there. I've looked in the toolbar menu also.
2) Why do minimized apps follow me around from workspace to workspace? Allow me to explain. I'll have an instance of xterm open (lets say in workspace 1), minimize it, move to workspace 3 and it will still be in the toolbar :? How do I top them from doing this?
3) How do I get ALL opened apps in a workspace to show up in the toolbar? Right now, maximized apps will cover one another up, so I can see one at a time listed in the toolbar, and it shows all minimized apps (what I want it to do.) How do I get it to work "windows style?"
Thanks again.
Offline
to solve some of ur problems go to ~/.fluxbox/init file... here is mine:
session.screen0.menu.alpha: 160
session.screen0.slit.placement: TopCenter
session.screen0.slit.alpha: 255
session.screen0.slit.autoHide: false
session.screen0.slit.onTop: false
session.screen0.slit.maxOver: false
session.screen0.slit.onhead: 0
session.screen0.slit.direction: Vertical
session.screen0.slit.layer: Dock
session.screen0.toolbar.widthPercent: 93
session.screen0.toolbar.tools: workspacename, iconbar, systemtray, clock
session.screen0.toolbar.height: 0
session.screen0.toolbar.onhead: 0
session.screen0.toolbar.layer: AboveDock
session.screen0.toolbar.autoHide: false
session.screen0.toolbar.placement: TopLeft
session.screen0.toolbar.visible: true
session.screen0.toolbar.alpha: 255
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.onTop: true
session.screen0.tab.placement: Top
session.screen0.tab.alignment: Left
session.screen0.tab.height: 16
session.screen0.tab.width: 64
session.screen0.tab.rotatevertical: True
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 30
session.screen0.window.alpha: 180session.screen0.iconbar.deiconifyMode: Follow
session.screen0.iconbar.usePixmap: true
session.screen0.iconbar.alignment: Relative
session.screen0.iconbar.wheelMode: Screen
session.screen0.iconbar.iconTextPadding: 10l
session.screen0.iconbar.iconWidth: 70
session.screen0.overlay.lineWidth: 1
session.screen0.overlay.lineStyle: LineSolid
session.screen0.overlay.joinStyle: JoinMiter
session.screen0.overlay.capStyle: CapNotLast
session.screen0.iconbar.mode: Workspace
session.screen0.showwindowposition: true
session.screen0.antialias: true
session.screen0.opaqueMove: true
session.screen0.followModel: Ignore
session.screen0.imageDither: true
session.screen0.edgeSnapThreshold: 0
session.screen0.menuDelayClose: 0
session.screen0.windowMenu:
session.screen0.rowPlacementDirection: LeftToRight
session.screen0.workspaces: 4
session.screen0.workspaceNames: one,two,three,four,
session.screen0.focusModel: SloppyFocus
session.screen0.workspacewarping: true
session.screen0.menuDelay: 0
session.screen0.clickRaises: true
session.screen0.menuMode: Delay
session.screen0.sloppywindowgrouping: true
session.screen0.colPlacementDirection: TopToBsession.screen0.decorateTransient: false
session.screen0.strftimeFormat: %a %e/%b/%Y %l:%M
session.screen0.fullMaximization: false
session.screen0.focusLastWindow: true
session.screen0.windowPlacement: RowSmartPlacement
session.screen0.autoRaise: false
session.screen0.focusNewWindows: true
session.screen0.desktopwheeling: true
session.screen0.rootCommand:
session.titlebar.left: Stick
session.titlebar.right: Minimize Maximize Close
session.groupFile: ~/.fluxbox/groups
session.numLayers: 13
session.opaqueMove: True
session.focusTabMinWidth: 0
session.iconbar: true
session.imageDither: True
session.appsFile: ~/.fluxbox/apps
session.doubleClickInterval: 150
session.forcePseudoTransparency: false
session.useMod1: true
session.cacheMax: 200l
session.menuFile: ~/.fluxbox/menu
session.tabsAttachArea: Window
session.autoRaiseDelay: 250
session.tabs: true
session.keyFile: ~/.fluxbox/keys
session.styleFile: /home/gustavo/.fluxbox/styles/Protoblack
session.screen0.decorateTransient: false
session.screen0.strftimeFormat: %a %e/%b/%Y %l:%M
session.screen0.fullMaximization: false
session.screen0.focusLastWindow: true
session.screen0.windowPlacement: RowSmartPlacement
session.screen0.autoRaise: false
session.screen0.focusNewWindows: true
session.screen0.desktopwheeling: true
session.screen0.rootCommand:
session.titlebar.left: Stick
session.titlebar.right: Minimize Maximize Close
session.groupFile: ~/.fluxbox/groups
session.numLayers: 13
session.opaqueMove: True
session.focusTabMinWidth: 0
session.iconbar: true
session.imageDither: True
session.appsFile: ~/.fluxbox/apps
session.doubleClickInterval: 150
session.forcePseudoTransparency: false
session.useMod1: true
session.cacheMax: 200l
session.menuFile: ~/.fluxbox/menu
session.tabsAttachArea: Window
session.autoRaiseDelay: 250
session.tabs: true
session.keyFile: ~/.fluxbox/keys
reen0.resizeMode: Bottomsession.styleFile: /home/gustavo/.fluxbox/styles/Protoblack
session.tabPadding: 0
session.colorsPerChannel: 4
session.updateDelayTime: 0
session.cacheLife: 5l
session.slitlistFile: ~/.fluxbox/slitlist
session.ignoreBorder: false
1) How do I set the toolbar width? Before it was just in the desktop right click menu but now it's not there. I've looked in the toolbar menu also.
session.screen0.toolbar.widthPercent: 93
Doubts 2) and 3) are related I think...
session.screen0.iconbar.mode: Workspace
See this... I got from http://www.fluxbox.org/version-0.9.php
* Toolbar modes
- Off (no toolbar visible)
- None (no icons and no windows in toolbar)
- Icons (icons on all workspaces)
- Workspace Icons (icons on current workspace)
- Workspace (both icons and windows on current workspace)
- All Windows (both icons and windows on all workspaces)
[DESKTOP]
Offline
The quick and easy way is to use the right click menu on the toolbar. Dont right click on the clock or the workspace or you will get their respective menus, right click the main of the toolbar.
All the options are in the menu, you dont have to edit your ~/.fluxbox/init
Offline
I'm using fluxbox-devel and everything is there when I right click on the slit.
You need to change the option for the tasklist to use Workspace (I think). This will solve both your problems.
·¬»· i am shadowhand, powered by webfaction
Offline
Pages: 1