As for the feh issue... have you tried unmerging and re-emerging?




ericcartman wrote:Just hold
Alt+Left mouse button to move the window around;
Alt+Right mouse button to resize
also resizes the lower right corner but shouldn't be that painful to give it the size+position you want!
second one: how do i set up workspace specific settings? eg. i want on workspace one an eterm but no toolbar, but on every other workspace i want the toolbar etc.Sujao wrote:Is there a way to configure fluxbox so that I can resize windows not only in the bottom-right corner. If I ALT+right-click a window I can only move the bottom-right corner. In KDE it depends on where my mouse is, when I click it.
Code: Select all
exec aterm -name atermtr01 -e top Code: Select all
[startup] {/home/reikinio/bin/fluxi_1}
[startup] {/home/reikinio/bin/fluxi_2}
[startup] {/home/reikinio/bin/fluxi_3}
[app] (atermtr04)
[Workspace] {0}
[Dimensions] {526 230}
[Position] (UPPERLEFT) {0 518}
[Deco] {0x1e0}
[Sticky] {no}
[end]
[app] (atermtr03)
[Workspace] {2}
[Dimensions] {244 182}
[Position] (UPPERLEFT) {106 314}
[Deco] {0x5ff}
[Sticky] {no}
[end]
[app] (aterm02)
[Workspace] {2}
[Dimensions] {388 278}
[Position] (UPPERLEFT) {378 314}
[Sticky] {no}
[end]
.... # it is bigger than this, but for the sake of simplicity i wont post it :)
Code: Select all
#!/bin/bash
exec aterm -name atermtr05 -title pripr0n -e irssi Code: Select all
torsmo &Code: Select all
torsmo -dCode: Select all
background yesCode: Select all
torsmoCode: Select all
background noHey killfire, you still have this background? Any chance of a link?heres a screenshot:
http://www.sover.net/~ljohnstn/flux_august_clean.png
Direct linking doesn't seem to work but if you follow this link and do a search for 'relapse' you'll find what you're looking for.bakreule wrote:Hey killfire, you still have this background? Any chance of a link?
add this in your .xinitrc file : exec /usr/bin/startfluxboxGentree wrote:well this is all facinating stuff but how the flux do you start X with fluxbox?
I currently run xfce4 and start it from console with startxfce4 , if I just run fluxbox it says there's no X server and if I do startx if fails anyway.
man fluxbox says to put it in ~/.xinitrc but that presuposes some way to startx that I dont seem to have.
somone tell the obvious please ....

Code: Select all
# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit. The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to. The support scripts are smart enough to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enlightenment" can also work. This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
# is called.
# 2) even if ~/.xsession exists, if XSESSION can be resolved, it will
# be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps
XSESSION="fluxbox"
already tried that , it did not work.XSESSION="fluxbox"
That did , thanks.add this in your .xinitrc file : exec /usr/bin/startfluxbox