From: Wojciech A. <ani...@co...> - 2015-09-30 08:58:23
|
Is there a way to make the floating dock really on top? I made a screenshot to describe it better, I hope you see it, let me know if not... So, what you see is my custom made (some years of work) black/green color scheme, some apps and an 'empty' workspace with floating xterms. On top, you see my statusbar done using dzen. It sits inside a floating dock, is screen-wide and has like 10px height. It is switchable, I toggle it on/off. In both documentation, and cfg_dock, it says it should be on top, but as you see the tag of one xterm covers it. Is there a way to prevent this? BTW this is my (trimmed) cfg_dock.lua to conclude: ====================================================================[snap] -- Create a dock mod_dock.create{ -- Dock mode: embedded |floating (on top) mode="floating", -- The screen to create the dock on screen=0, -- Corner or side of the screen to place the dock on. -- For embedded dock the valid values are: tl|tr|bl|br -- For floating dock the following are also valid: tc|bc|ml|mc|mr pos="tr", -- Growth direction: left|right|up|down grow="left", -- Whether new dockapps should be added automatically to this dock is_auto=true, -- Show floating dock initially? floating_hidden=true, -- Name of the dock name="*dock*", } -- For floating docks, you may want the following toggle binding. defbindings("WScreen", { bdoc("Toggle floating dock."), kpress(META.."E", "mod_dock.set_floating_shown_on(_, 'toggle')") }) ====================================================================[snap] -- Wojtek Aniszewski [Fr: vôitek anichévsky] [Eng: voyteck aanishevsky] www: http://www.coria.fr/spip.php?auteur1606 /^..^\ ,-------------------------------------, ( (••) ) ►►►►| My public GPG key ID: AC66485E | (|)_._(|)~ | please use email encryption! | `-------------------------------------" |