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)