You are not logged in.

#1 2005-10-12 10:14:38

Clanman
Member
Registered: 2005-02-08
Posts: 35

Pekwm + xfce4 panel [SOLVED]

Hi all

After reading in the forum about pekwm I decided to give it a shoot.
I just love the "tabed" window funktion

Now to the problem
The trouble i have is that when I'm using mplayer or gmplayer in fullscreen mode the panel and iconbox is in the foreground.
Conky and all other windows stays in the background
Is there a way to alter this behaivior.

My .xinitrc

xfce4-iconbox &
xfdesktop &
xfce4-panel &
conky &
exec pekwm

Many thanks
Clanman

Offline

#2 2005-10-12 14:40:34

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Pekwm + xfce4 panel [SOLVED]

I don't know the specifics, but I suspect you can use autoproperties for each window that sets them to a lower layer somehow

Dusty

Offline

#3 2005-10-12 17:59:00

Clanman
Member
Registered: 2005-02-08
Posts: 35

Re: Pekwm + xfce4 panel [SOLVED]

Dusty wrote:

I don't know the specifics, but I suspect you can use autoproperties for each window that sets them to a lower layer somehow

Dusty

Hi Dusty

After your tip I dug into Pekwm and found the autoproperties
~/.pekwm/autoproperties

I added this

Property = "^xfce4-panel,^Xfce4-panel" {
        ApplyOn = "Start"
        Layer = "Harbour"
}
Property = "^MPlayer,^MPlayer" {
        ApplyOn = "Start New"
        Layer = "Menu"
}

Now my mplayer gets the top window placement.

Tanks for the tip

//Clanman

Offline

Board footer

Powered by FluxBB