Skip to main content
MangoWCMangoWC
Window Management

Overview

Configure the overview mode for window navigation.

Overview Settings

SettingTypeDefaultDescription
hotarea_sizeinteger10Hot area size in pixels
enable_hotareainteger1Enable hot areas (0-disable, 1-enable)
hotarea_cornerinteger2Hot area corner (0: top-left, 1: top-right, 2: bottom-left, 3: bottom-right)
ov_tab_modeinteger0Overview tab mode (0-disable, 1-enable)
overviewgappiinteger5Inner gap in overview mode
overviewgappointeger30Outer gap in overview mode

A More Detailed Explanation

enable_hotarea: Toggles overview when cursor enters the configured corner. hotarea_size: Size of the hot area in pixels. hotarea_corner: Corner that triggers hotarea (0: top-left, 1: top-right, 2: bottom-left, 3: bottom-right). ov_tab_mode: Circles focus in overview; releases mod key to exit.

Notice

When you are in overview mode, you can use the right mouse button to close a window, and the left mouse button to jump to a window (by the following config):

mousebind=NONE,btn_left,toggleoverview,1
mousebind=NONE,btn_right,killclient,0

On this page