You are not logged in.
Pages: 1
Alright, I seem to run into alot of things that have been bugging me lately so I just have to ask. I love the feature in OB3 called "Decorate" which removes the windows captions, since alot of windows I have open don't need them, why not remove them eh? But, after awhile I get sick of Alt+Right Click - Decorate, is their a way to automatically do this? I've read about the <decoreate></decorate> or w/e for actions but I believe that's only for menus. Is their a way to have a window open in decorate?
Also is their a way to get programs NOT to show in the taskbar?
Edit
btw, I am using OB3 + Gnome
Offline
Is their a way to have a window open in decorate?
Also is their a way to get programs NOT to show in the taskbar?
Devilspie ?
Offline
twiistedkaos wrote:Is their a way to have a window open in decorate?
Also is their a way to get programs NOT to show in the taskbar?
Devilspie ?
Looks like what I am looking for, now just to figure out how to use it. Thanks
Nope can't get this program to work, the readme doesn't have enough information for idiots like me ![]()
Offline
Alright, got further, but I get this error:
devilspie /home/josh/.devilspie.xml
** (devilspie:8248): WARNING **: Error in parsing: Unknown identifier: <?xml
Cannot parse /home/josh/.devilspie.xml: Unknown identifier: <?xml
No s-expressions loaded, quitingOffline
AFAIK devilspie got a new configuration-file-format. It should look like this:
(if (is (application_name) "Gajim") skip_tasklist skip_pager)For further information you could check out http://wiki.foosel.net/linux/devilspie. Or just try the alternative: winmatch.
Offline
Alright, got further, but I get this error:
devilspie /home/josh/.devilspie.xml ** (devilspie:8248): WARNING **: Error in parsing: Unknown identifier: <?xml Cannot parse /home/josh/.devilspie.xml: Unknown identifier: <?xml No s-expressions loaded, quiting
So it no longer uses a .xml file for configuration? I suppose it uses a .ds file right? I couldn't even get those one's to load, I type:
devilspie /home/josh/devilspie/test.dsand I get some s-expression error.
Offline
I while back I looked into going from flux to open and ran into this:
Offline
I while back I looked into going from flux to open and ran into this:
Well, I don't really see how that helps me with my problem. Sure they mention Devilspie acouple times, but thats about it.
Offline
augustob wrote:I while back I looked into going from flux to open and ran into this:
Well, I don't really see how that helps me with my problem. Sure they mention Devilspie acouple times, but thats about it.
When I replied, I was short on time and had only read your original post. Knowing of devilspie, I posted a link to that thread because:
You want to remove decorations;
Devilspie does this;
The thread has links to devilspie docs and usage examples.
Sorry, just trying to help. Seemed logic at the time.
On your specific problem, though, I'd try this:
(if (is (application_name) "[YOUR_PROGRAM]") (undecorate skip_tasklist skip_pager))Offline
twiistedkaos wrote:augustob wrote:I while back I looked into going from flux to open and ran into this:
Well, I don't really see how that helps me with my problem. Sure they mention Devilspie acouple times, but thats about it.
When I replied, I was short on time and had only read your original post. Knowing of devilspie, I posted a link to that thread because:
You want to remove decorations;
Devilspie does this;
The thread has links to devilspie docs and usage examples.Sorry, just trying to help. Seemed logic at the time.
On your specific problem, though, I'd try this:
(if (is (application_name) "[YOUR_PROGRAM]") (undecorate skip_tasklist skip_pager))
Alright, I knew about this code, but after some pissing around I finally got devilspie to load the configuration file. Thanks!
Offline
Pages: 1