mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
Change allOutputs default to "yes"
Changes the default behavior to show windows from all outputs instead of only the cursor's output. - Updated default value in documentation from "no" to "yes" - Inverted parsing logic: allOutputs="no" now enables output filtering - Removed LAB_VIEW_CRITERIA_CURSOR_OUTPUT from default criteria flags Users who prefer the previous behavior (output filtering) can now set allOutputs="no" in their configuration.
This commit is contained in:
parent
d1e96727cb
commit
50a0602b7a
3 changed files with 8 additions and 10 deletions
|
|
@ -339,7 +339,7 @@ this is for compatibility with Openbox.
|
|||
## WINDOW SWITCHER
|
||||
|
||||
```
|
||||
<windowSwitcher show="yes" style="classic" preview="yes" outlines="yes" allWorkspaces="no" allOutputs="no">
|
||||
<windowSwitcher show="yes" style="classic" preview="yes" outlines="yes" allWorkspaces="no" allOutputs="yes">
|
||||
<fields>
|
||||
<field content="icon" width="5%" />
|
||||
<field content="desktop_entry_name" width="30%" />
|
||||
|
|
@ -367,8 +367,7 @@ this is for compatibility with Openbox.
|
|||
are shown).
|
||||
|
||||
*allOutputs* [yes|no] Show windows regardless of what output
|
||||
they are on. Default no (that is only windows on the cursor output
|
||||
are shown).
|
||||
they are on. Default yes.
|
||||
|
||||
*unshade* [yes|no] Temporarily unshade windows when switching between
|
||||
them and permanently unshade on the final selection. Default is yes.
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
</theme>
|
||||
|
||||
<windowSwitcher show="yes" style="classic" preview="yes"
|
||||
outlines="yes" allWorkspaces="no" allOutputs="no" unshade="yes">
|
||||
outlines="yes" allWorkspaces="no" allOutputs="yes" unshade="yes">
|
||||
<fields>
|
||||
<field content="icon" width="5%" />
|
||||
<field content="desktop_entry_name" width="30%" />
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
Some contents are fixed-length and others are variable-length.
|
||||
See "man 5 labwc-config" for details.
|
||||
|
||||
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes" allOutputs="no">
|
||||
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes" allOutputs="yes">
|
||||
<fields>
|
||||
<field content="workspace" width="5%" />
|
||||
<field content="state" width="3%" />
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
then workspace name, then identifier/app-id, then the window title.
|
||||
It uses 100% of OSD window width.
|
||||
|
||||
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes" allOutputs="no">
|
||||
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes" allOutputs="yes">
|
||||
<fields>
|
||||
<field content="custom" format="foobar %b %3s %-10o %-20W %-10i %t" width="100%" />
|
||||
</fields>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue