You are not logged in.
Pages: 1
Is it possible to put an always on top toggle button in the title bar of windows as you can with, for example, the rollup function.
I have looked in the OB GUI config window under the appearance tab and it's not an option there so it's probably not possible.
Just wondering if anyone knew another way around it - maybe it can be done through the config files manually?
If not, I'll persevere with the layers functions in the title bar right click menu 
Thanks
Brian
Offline
It is indeed on the Appearance tab:
D: Omnipresent (On all desktops)
Last edited by pvsage (2010-02-05 14:05:26)
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
It is indeed on the Appearance tab:
D: Omnipresent (On all desktops)
i think you misunderstood what hes after 
@ op
its not possible with a button but you can define a rule in the rc.xml for a certain app if thats what you need
- - - - - - - - Wiki Pages - - - - - - -
#! install guide *autostart programs, modify the menu & keybindings
configuring Conky *installing scripts
Offline
Omnipresent is for showing the window on all desktops.
It doesn't fix the window above the others, like the "layer way" does.
Oops!, got beaten to it! 
Thanks for the link BTW!
Last edited by Zwopper (2010-02-05 14:40:33)
My artwork at deviantART | My Tweet | My upcoming web page
Crea diem!
Lenovo ThinkPad E320 | 8GB | 512GB Samsung 840 PRO SSD | Xubuntu 13.04 & #! Waldorf
Offline
Ok, thanks all 
Offline
briantm-
nice suggestion; i just added:
<action name="ToggleAlwaysOnTop"/>
to the context section of shade in the rc.xml. kind of nifty.
i do also have it bound to super+a. very nice when using things like skype.
cheers and thanks for the idea to add it to shade.
you have to break it before you can fix it
Offline
briantm-
nice suggestion; i just added:
<action name="ToggleAlwaysOnTop"/>
to the context section of shade in the rc.xml. kind of nifty.
i do also have it bound to super+a. very nice when using things like skype.
cheers and thanks for the idea to add it to shade.
For what it's worth, I have the following in my rc.xml, which makes the omnipresent button serve as an always-on-top button.
<context name="AllDesktops">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="ToggleAlwaysOnTop"/>
</mousebind>
</context>Last edited by Tiomaidh (2010-07-14 14:31:05)
Offline
For what it's worth, I have the following in my rc.xml, which makes the omnipresent button serve as an always-on-top button.
Nice idea,
<context name="AllDesktops">
<mousebind button="Left" action="Click">
<action name="ToggleOmnipresent"/>
<action name="ToggleAlwaysOnTop"/>
</mousebind>
</context>so, the button toggle to show status, Always on top and All desktops.
Offline
oh Sorry after i click Submit Reply, the browser blocks and happens
Last edited by alfbar1 (2012-09-30 16:37:50)
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.