FocusedOnTop - bakkeby/dusk GitHub Wiki
By default floating windows are always displayed on top of tiled windows.
The FocusedOnTop
functionality allow the currently focused window to be displayed on top of other
windows, regardless of whether the window is tiled or not.
Clients that have the AlwaysOnTop flag set will stay on top of the currently focused
window unless this too has the AlwaysOnTop
flag set.
It should be noted that this feature is generally meant for people that primarily rely on keybindings to focus on windows rather than using the mouse. The reason being that floating windows can end up behind larger tiled windows and thus be inaccessible using the mouse.
Back to Functionality.