Re: Changing X11 Window ZOrder from command line
From: Achim Linder (achim.linder_at_nikocity.de)
Date: 09/12/03
- Next message: Arto Viitanen: "Re: ATI Radeon 9800 Pro & Linux driver support?"
- Previous message: Jesse F. Hughes: "Re: More stupid keyboard tricks."
- In reply to: Marc Turcotte: "Changing X11 Window ZOrder from command line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Sep 2003 12:28:14 GMT
On Thu, 11 Sep 2003 22:29:27 -0400, Marc Turcotte wrote:
> Hello all,
>
> I am looking for a command line command that can bring a window, covered
> by other windows, on top of all open windows.
>
> I have managed with "xlsclients" to get the targeted windows' id and I
> planned to use "xprop" with some bash, to do the trick.
>
> I'm running ICEWM and am trying to change the targeted window's layer
> property from "normal" to "on top"
icesh -window 0x1234567 setLayer OnTop
if you have the id or (probably easier) something like
icesh -class panel_window.Panel setLayer OnTop
Achim
- Next message: Arto Viitanen: "Re: ATI Radeon 9800 Pro & Linux driver support?"
- Previous message: Jesse F. Hughes: "Re: More stupid keyboard tricks."
- In reply to: Marc Turcotte: "Changing X11 Window ZOrder from command line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|