mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
OSD window switcher, based on work done by @Consolatis,
it uses a custom field (a subset of printf style formatting) to
replace the original field formats. I added documentation, and
fixed the few style check complaints.
Example:
<windowSwitcher preview="no" outlines="no" allWorkspaces="yes">
<fields>
<field content="custom" format="foobar %b %3s %-10o %-20W %-10i%t" width="100%" />
</fields>
</windowSwitcher>
Mono space font recommended, may need osd width adjusted
This commit is contained in:
parent
c9de358075
commit
5fad413c21
13 changed files with 490 additions and 191 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "input/key-state.h"
|
||||
#include "labwc.h"
|
||||
#include "menu/menu.h"
|
||||
#include "osd.h"
|
||||
#include "regions.h"
|
||||
#include "view.h"
|
||||
#include "workspaces.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue