SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2010-02-05 13:24:22

briantm
#! CrunchBanger
Registered: 2009-03-12
Posts: 163

Always-on-top toggle button in title bar?

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 yikes

Thanks

Brian

Offline

Help fund CrunchBang, donate to the project!

#2 2010-02-05 14:04:13

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 8,995

Re: Always-on-top toggle button in title bar?

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.

Offline

#3 2010-02-05 14:24:02

weakhead
Member
From: Poland
Registered: 2010-01-30
Posts: 20
Website

Re: Always-on-top toggle button in title bar?

Always-on-top != Omnipresent

briantm wants alternative way of placing certain windows on top layer, I think...

Offline

#4 2010-02-05 14:29:35

benj1
Wiki Wizard
From: Yorkshire, England
Registered: 2009-09-05
Posts: 1,084

Re: Always-on-top toggle button in title bar?

pvsage wrote:

It is indeed on the Appearance tab:
D: Omnipresent (On all desktops)

i think you misunderstood what hes after tongue

@ 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

http://openbox.org/wiki/Help:Applications


- - - - - - - - Wiki Pages - - - - - - -
#! install guide           *autostart programs, modify the menu & keybindings
configuring Conky       *installing scripts

Offline

#5 2010-02-05 14:30:32

Zwopper
The GIMP Pimp
From: Deep in The Swedish Woods
Registered: 2008-11-28
Posts: 580
Website

Re: Always-on-top toggle button in title bar?

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! smile

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 | 120GB Samsung 840 SSD | Xubuntu 12.10 & #! Waldorf

Offline

#6 2010-02-05 14:54:26

briantm
#! CrunchBanger
Registered: 2009-03-12
Posts: 163

Re: Always-on-top toggle button in title bar?

Ok, thanks all big_smile

Offline

#7 2010-02-06 00:30:50

skewed
#! Member
Registered: 2009-04-17
Posts: 50

Re: Always-on-top toggle button in title bar?

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

#8 2010-07-14 14:30:45

Tiomaidh
#! Member
From: Narnia
Registered: 2010-07-12
Posts: 73
Website

Re: Always-on-top toggle button in title bar?

skewed wrote:

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

#9 2012-09-30 16:24:57

alfbar1
Member
Registered: 2011-12-04
Posts: 34

Re: Always-on-top toggle button in title bar?

Tiomaidh wrote:

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

#10 2012-09-30 16:27:11

alfbar1
Member
Registered: 2011-12-04
Posts: 34

Re: Always-on-top toggle button in title bar?

oh Sorry after i click Submit Reply, the browser blocks and happens

Last edited by alfbar1 (2012-09-30 16:37:50)

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo