You are not logged in.

#1 2009-05-16 18:45:21

deadlylife
Member
Registered: 2008-12-24
Posts: 120

Openbox + screenlets

Okay, so I'm using Screenlets with Openbox and was wondering how I can prevent them from showing up in the alt+tab dialog.

Offline

#2 2009-05-16 19:42:57

genisis300
Member
From: Uk
Registered: 2008-01-15
Posts: 284

Re: Openbox + screenlets

you will need to modify your rc.xml up ~/.config/openbox

if you look through that file you will see examples of how it's done.

Enjoy smile


"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson

Offline

#3 2009-05-17 02:01:27

deadlylife
Member
Registered: 2008-12-24
Posts: 120

Re: Openbox + screenlets

This doesn't work:

ass="RingSensorsScreenlet.py" >
    <layer>below</layer>
    <skip_pager>yes</skip_pager>
    <skip_taskbar>yes</skip_taskbar>
    <desktop>all</desktop>
</application>

Last edited by deadlylife (2009-05-17 02:01:46)

Offline

#4 2009-05-17 14:13:24

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: Openbox + screenlets

Perhaps you don't have the right class for the screenlet.  I don't use them, but this might help:

alias xp='echo "WM_CLASS(STRING) = \"NAME\", \"CLASS\"" && xprop | grep "WM_WINDOW_ROLE\|WM_CLASS"'

I have this setup in my zshrc, so all I have to do is type xp and then click on the window I want identified, and the info is there.

HTH


Knute

Offline

Board footer

Powered by FluxBB