mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
NEWS.md: fix indentation
This commit is contained in:
parent
aaa91d59b8
commit
f908e332b3
1 changed files with 91 additions and 91 deletions
42
NEWS.md
42
NEWS.md
|
|
@ -38,10 +38,10 @@ The format is based on [Keep a Changelog]
|
|||
strengths to indicate attractive snapping. Written-by: @ahesford
|
||||
|
||||
```xml
|
||||
<resistance>
|
||||
<resistance>
|
||||
<screenEdgeStrength>-20</screenEdgeStrength>
|
||||
<windowEdgeStrength>-20</windowEdgeStrength>
|
||||
</resistance>
|
||||
</resistance>
|
||||
```
|
||||
|
||||
- Set keyboard layout on reconfigure. Issue #1407
|
||||
|
|
@ -54,8 +54,8 @@ The format is based on [Keep a Changelog]
|
|||
Written-by: @jp7677
|
||||
|
||||
```xml
|
||||
<touch mapToOutput=""/>
|
||||
<touch deviceName="" mapToOutput=""/>
|
||||
<touch mapToOutput=""/>
|
||||
<touch deviceName="" mapToOutput=""/>
|
||||
```
|
||||
|
||||
- Add tablet support including:
|
||||
|
|
@ -65,12 +65,12 @@ The format is based on [Keep a Changelog]
|
|||
Written-by: @jp7677 @Consolatis
|
||||
|
||||
```xml
|
||||
<tablet mapToOutput="HDMI-A-1" rotate="90">
|
||||
<tablet mapToOutput="HDMI-A-1" rotate="90">
|
||||
<area top="0.0" left="0.0" width="0.0" height="0.0" />
|
||||
<map button="Tip" to="Left" />
|
||||
<map button="Stylus" to="Right" />
|
||||
<map button="Stylus2" to="Middle" />
|
||||
</tablet>
|
||||
</tablet>
|
||||
```
|
||||
|
||||
- Add tearing support. #1390. Written-by: @Ph42oN @ahesford
|
||||
|
|
@ -93,9 +93,9 @@ The format is based on [Keep a Changelog]
|
|||
Written-by: @ahesford #1312
|
||||
|
||||
```xml
|
||||
<placement>
|
||||
<placement>
|
||||
<policy>center|automatic|cursor</policy>
|
||||
</placement>
|
||||
</placement>
|
||||
```
|
||||
|
||||
### Fixed
|
||||
|
|
@ -128,9 +128,9 @@ The format is based on [Keep a Changelog]
|
|||
resizes across the edges of other windows. This can be disabled with:
|
||||
|
||||
```xml
|
||||
<resistance>
|
||||
<resistance>
|
||||
<windowEdgeStrength>0</windowEdgeStrength>
|
||||
</resistance>
|
||||
</resistance>
|
||||
```
|
||||
|
||||
- Run menu actions on button release intead of press.
|
||||
|
|
@ -230,7 +230,7 @@ relating to surface focus and keyboard issues, amongst others.
|
|||
- Allow referencing the current workspace in actions, for example:
|
||||
|
||||
```xml
|
||||
<action name="SendToDesktop" to="current"/>
|
||||
<action name="SendToDesktop" to="current"/>
|
||||
```
|
||||
|
||||
### Fixed
|
||||
|
|
@ -387,11 +387,11 @@ relating to surface focus and keyboard issues, amongst others.
|
|||
consistent with window rules.
|
||||
|
||||
```xml
|
||||
<windowSwitcher>
|
||||
<windowSwitcher>
|
||||
<fields>
|
||||
<field content="identifier" width="25%"/>
|
||||
</fields>
|
||||
</windowSwithcer>
|
||||
</windowSwithcer>
|
||||
```
|
||||
|
||||
- Do not expand environment variables in `Exec` action `<command>`
|
||||
|
|
@ -450,25 +450,25 @@ relating to surface focus and keyboard issues, amongst others.
|
|||
has been added as a property so far. Example config:
|
||||
|
||||
```xml
|
||||
<windowRules>
|
||||
<windowRules>
|
||||
<windowRule identifier="some-application">
|
||||
<action name="Maximize"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="foo*" serverDecoration="yes|no"/>
|
||||
</windowRules>
|
||||
</windowRules>
|
||||
```
|
||||
|
||||
- Support configuration of window switcher field definitions.
|
||||
Issues #852 #855 #879
|
||||
|
||||
```xml
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes">
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes">
|
||||
<fields>
|
||||
<field content="type" width="25%" />
|
||||
<field content="app_id" width="25%" />
|
||||
<field content="title" width="50%" />
|
||||
</fields>
|
||||
</windowSwitcher>
|
||||
</windowSwitcher>
|
||||
```
|
||||
|
||||
- Add actions:
|
||||
|
|
@ -537,11 +537,11 @@ Unless otherwise stated all contributions are by the core-devs
|
|||
Firefox.
|
||||
|
||||
```xml
|
||||
<keyboard>
|
||||
<keyboard>
|
||||
<default/>
|
||||
<keybind key="A-Left"><action name="None" /></keybind>
|
||||
<keybind key="A-Right"><action name="None" /></keybind>
|
||||
</keyboard>
|
||||
</keyboard>
|
||||
```
|
||||
|
||||
### Fixed
|
||||
|
|
@ -566,11 +566,11 @@ Unless otherwise stated all contributions are by the core-devs
|
|||
instead of:
|
||||
|
||||
```xml
|
||||
<core>
|
||||
<core>
|
||||
<cycleViewOSD>yes</cycleViewOSD>
|
||||
<cycleViewOutlines>yes</cycleViewOutlines>
|
||||
<cycleViewPreview>yes</cycleViewPreview>
|
||||
</core>
|
||||
</core>
|
||||
```
|
||||
|
||||
## [0.6.1] - 2023-01-29
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue