|
NAMEwlroots - Taskbar moduleDESCRIPTIONThe taskbar module displays the currently open applications. This module requires a compositor that implements the foreign-toplevel-manager interface.CONFIGURATIONAddressed by wlr/taskbarall-outputs:
format:
icon-theme:
icon-size:
markup:
tooltip:
tooltip-format:
active-first:
on-click:
on-click-middle:
on-click-right:
on-update:
ignore-list:
app_ids-mapping:
FORMAT REPLACEMENTS{icon}: The icon of the application.{title}: The application name as in desktop file if appropriate desktop fils found, otherwise same as {app_id} {title}: The title of the application. {app_id}: The app_id (== application name) of the application. {state}: The state (minimized, maximized, active, fullscreen) of the application. {short_state}: The state (minimize == m, maximized == M, active == A, fullscreen == F) represented as one character of the application. CLICK ACTIONSactivate: Bring the application into foreground.minimize: Toggle application's minimized state. minimize-raise: Bring the application into foreground or toggle its minimized state. maximize: Toggle application's maximized state. fullscreen: Toggle application's fullscreen state. close: Close the application. EXAMPLES"wlr/taskbar": { "format": "{icon}", "icon-size": 14, "icon-theme": "Numix-Circle", "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", "ignore-list": [ "Alacritty" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition" } } Style•#taskbar
•#taskbar button
•#taskbar button.maximized
•#taskbar button.minimized
•#taskbar button.active
•#taskbar button.fullscreen
Visit the GSP FreeBSD Man Page Interface. |