mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
cycle: update config to <osd output="all|cursor|focused">
I think `<windowSwitcher><osd output="keyboard">` is a bit unclear and hard to interpret as "show OSD in the output with keyboard focus". Also, we use "cursor" instead of "pointer" in other configurations like `<placement policy="cursor">` and `<action name="ShowMenu" atCursor="">`. So let's replace `output="all|pointer|keyboard"` with `output="all|cursor|focused"`. In documentation, I reordered them to `output="all|focused|cursor"` as "focused" feels like a bit more sophisticated and general policy.
This commit is contained in:
parent
71d29cbebb
commit
c4277ab507
4 changed files with 12 additions and 12 deletions
|
|
@ -371,10 +371,10 @@ this is for compatibility with Openbox.
|
|||
"classic" displays window information like icons and titles in a vertical list.
|
||||
"thumbnail" shows window thumbnail, icon and title in grids.
|
||||
|
||||
*output* [all|pointer|keyboard] Configures which monitor(s) show the OSD.
|
||||
*output* [all|focused|cursor] Configures which monitor(s) show the OSD.
|
||||
"all" displays the OSD on all monitors.
|
||||
"pointer" displays the OSD on the monitor containing the mouse pointer.
|
||||
"keyboard" displays the OSD on the monitor with keyboard focus.
|
||||
"focused" displays the OSD on the monitor with keyboard focus.
|
||||
"cursor" displays the OSD on the monitor containing the mouse pointer.
|
||||
Default is "all".
|
||||
|
||||
*thumbnailLabelFormat* Format to be used for the thumbnail label according to *custom*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue