You are not logged in.

#1 2010-04-30 17:58:22

samuele.mattiuzzo
Member
From: Treviso, IT
Registered: 2009-10-12
Posts: 307
Website

Veeeeeery noob-like questions about fluxbox

Hi all, i sat up today my first-ever flux and i have 2 questions:

1) how do i setup shell transparency? i have xbcompmgr launching before flux into .xinitrc, but urxvt still has black background (when i use awesome/wmii wms it works)

2) i have dual head set up with xrandr (LVDS1 1366X768 and VGA1 1024X768) and sometimes when i fullscreen windows, they exceed boundaries or don't show titlebar (so i cannot move them around, which apparently fixes all) any help here?

and if you have any suggestions on what i can use (actually i just tryed batterymon and i like it) to improve my flux, everything is welcome big_smile thanks all!

Offline

#2 2010-04-30 18:15:29

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Veeeeeery noob-like questions about fluxbox

1) Do you use the startup file, is in $HOME/.fluxbox/startup?

Offline

#3 2010-05-01 09:32:06

samuele.mattiuzzo
Member
From: Treviso, IT
Registered: 2009-10-12
Posts: 307
Website

Re: Veeeeeery noob-like questions about fluxbox

Sure!

#!/bin/bash
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "$HOME/.Xmodmap"

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN & AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with exec before it.

xcompmgr &
batterymon &
fbsetbg -l &

exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "$fluxdir/log"

Offline

#4 2010-05-01 09:37:11

evot
Member
From: Finland
Registered: 2010-02-26
Posts: 96

Re: Veeeeeery noob-like questions about fluxbox

Try to start your xcompmgr like this.

exec xcompmgr -f -F -n -D 7 &

That's how i use xcompmgr smile

Offline

#5 2010-05-01 10:16:51

samuele.mattiuzzo
Member
From: Treviso, IT
Registered: 2009-10-12
Posts: 307
Website

Re: Veeeeeery noob-like questions about fluxbox

lol ok thanks big_smile another question: batterymon doesn't work very well, what shoul i use instead to see my laptop battery status? other widgets i should add? (like ram and audio volume...) thanks again big_smile

Offline

Board footer

Powered by FluxBB