mint - cinnamon keep window below -


i'm running mint 17 cinnamon, know can "always top" window, can't find way "always bottom" window.

in fact, i'm running fullscreen app (remote-viewer), wish other applications never go behind.

i'm using devilspie , gdevilspie config this:

( if  ( begin  ( contains ( window_name ) "something_in_windows_name" ) )  ( begin  ( fullscreen ) ( below ) ( println "match" ) ) ) 

it set windows "something_in_windows_name" fullscreen + force below other (except background icons etc)


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -