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