Is their a standard way to make a particular window borderless on Linux? I believe that the window border is drawn by your window manager, so it may be that I just need to use a particular window manager (that would be find, I'd just need to know which one)... My hope is that all the window managers might follow some standard that allows me to do this programatically...
Borderless windows on Linux
13.4k Views Asked by dicroce At
3
There are 3 best solutions below
0

After a sad farewell to Compiz "window rules" I found devilspie
A totally crack-ridden program for freaks and weirdos who want precise control over what windows do when they appear. If you want all XChat windows to be on desktop 3, in the lower-left, at 40% transparency, you can do it.
I use it to have a borderless, sticky, task-skipped terminal on my desktop.
There's also a devilspie 2 which uses Lua instead of s-expressions and claims to be better maintained.
https://live.gnome.org/DevilsPie http://www.burtonini.com/blog/computers/devilspie
Using Xlib and old
_MOTIF_WM_HINTS
:These days NetWM/EWMH hints are preferred, but as far as I know all modern window managers still support this.