Skip to content
Gundarin Roman edited this page Aug 4, 2023 · 1 revision

wf-dock

wf-dock provides a simple dock. It displays an icon for each open window. Clicking an icon minimizes/unminimizes the corresponding window.

view_2023-08-04_04-34-58

Configuration options

css_path

Path to a custom styles sheet file.

autohide

Enables autohide mode for dock. Approaching the mouse cursor to the corresponding screen edge will cause wf-dock to show. Enabled by default.

autohide_duration

Sets the dock's autohide/show duration. The default value is 300.

position

Sets the position of the dock. Currently only values top and bottom (edges) are available. The default value is bottom.

dock_height

Sets the minimal height of the dock. The default value is 100.

icon_height

Sets the height of icons. The default value is 72.

edge_offset

Sets the distance between cursor and the edge of the screen that causes the dock to show if it's hidden. The default value is 20.