Code: Select all
Eterm -x --trans --shade=50 --buttonbar=0 --scrollbar=0 -f whitecheck out devil's pie. at least it works for xfce. i don't know how it behaves on machines running different wms.provicemo wrote:I spent a while this weekend looking for a terminal for gdesklets. Couldn't find one, so i settled with this. The only thing that bugs me about this Eterm is that is still shows up on my task list. I wish someone would make a terminal deskletCode: Select all
Eterm -x --trans --shade=50 --buttonbar=0 --scrollbar=0 -f white
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE devilspie SYSTEM "devilspie.dtd">
<devilspie>
<flurb name="eterm on all desktops">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="application_name" value="Eterm"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionHide">
<property name="skip_tasklist" value="TRUE"/>
</action>
</actions>
</flurb>
</devilspie>
I remember that you could do that with the old fluxbox too but becauses you're removing window borders, it makes all the other programs look terrible.searcher wrote:I've set the windows key (Super_L) in fluxbox to remove all decoration, and when you put the aterm on the `desktop' layer it will look like it's absorbed into the rootwindow. Nice stuff, the new fluxbox. For added effect, set the aterm sticky, so it'll stay with you when you change desktops.
~searcher
Here you go:provicemo wrote:I've had no luck with a relatively basic .devilspie.xml
Anybody have a working devils pie config?
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE devilspie SYSTEM "devilspie.dtd">
<devilspie>
<flurb name="XMMS: Skip pager and window list">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="application_name" value="[Xx][Mm][Mm][Ss]"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionHide">
<property name="skip_pager" value="TRUE"/>
<property name="skip_tasklist" value="TRUE"/>
</action>
<action name="DevilsPieActionSetWorkspace">
<property name="pinned" value="TRUE"/>
</action>
</actions>
</flurb>
<flurb name="Gaim: Allways on top, pinned, skip pager and window list">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="window_title" value="Buddy List"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionHide">
<property name="skip_pager" value="TRUE"/>
<property name="skip_tasklist" value="TRUE"/>
</action>
<action name="DevilsPieActionLayer">
<property name="above" value="TRUE"/>
</action>
<action name="DevilsPieActionSetWorkspace">
<property name="pinned" value="TRUE"/>
</action>
</actions>
</flurb>
</devilspie>
It's really odd to find myself 'quoted' as an example of things working... heh. (That's my screenie.NaRF wrote:here's a screenshot of a person running devilspie
http://uug.eastern.edu/~andrewski/misc/snapshot3.png
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE devilspie SYSTEM "devilspie.dtd">
<!-- The root element is devilspie -->
<devilspie>
<!--
Hiding XMMS and Eterm from the taskbar.
-->
<flurb name="Hide XMMS from taskbar">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<!-- XMMS needs the wildcard asterisk because it changes b
oth the "application name" and "window name" fields to the song you're playing -->
<property name="application name" value="XMMS*"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionHide">
<property name="skip_tasklist" value="TRUE"/>
</action>
<action name="DevilsPieActionSetWorkspace">
<property name="pinned" value="TRUE"/>
</action>
</actions>
</flurb>
<flurb name="Hide Eterm from taskbar">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="application name" value="Eterm 0.9.2"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionHide">
<property name="skip_tasklist" value="TRUE"/>
</action>
</actions>
</flurb>
</devilspie>Code: Select all
Eterm -g 90x20+475+14 -x -f honeydew2 --borderless --scrollbar=off --buttonbar=0 -c grey 89 xset --transThat's why i've set it up to only remove the current border. In .fluxbox/keys just put the line:Riftwing wrote:I remember that you could do that with the old fluxbox too but becauses you're removing window borders, it makes all the other programs look terrible.
Code: Select all
None Select :ToggleDecorCode: Select all
aterm -fg white -bg black -tr -trsb -fn 7x14 -sh 60 -sl 10000 +sb
Is there a way to have aterm hooked at a certain desktop spot, just like eterm -x, so it stays there forever ??searcher wrote:Riftwing wrote:
Now start an aterm with the following options:Select the window and press the windows key, this should remove the decor, leaving only the aterm.Code: Select all
aterm -fg white -bg black -tr -trsb -fn 7x14 -sh 60 -sl 10000 +sb