mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Bump version to 25.11
This commit is contained in:
@@ -92,7 +92,7 @@ output "eDP-1" {
|
||||
|
||||
#### `mode custom=true`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.11</sup>
|
||||
|
||||
You can configure a custom mode (not offered by the monitor) by setting `custom=true`.
|
||||
In this case, the refresh rate is mandatory.
|
||||
@@ -114,7 +114,7 @@ output "HDMI-A-1" {
|
||||
|
||||
### `modeline`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.11</sup>
|
||||
|
||||
Directly configures the monitor's mode via a modeline, overriding any configured `mode`.
|
||||
The modeline can be calculated via utilities such as [cvt](https://man.archlinux.org/man/cvt.1.en) or [gtf](https://man.archlinux.org/man/gtf.1.en).
|
||||
@@ -256,7 +256,7 @@ This is visible when you're not using any background tools like swaybg.
|
||||
|
||||
<sup>Until: 25.05</sup> The alpha channel for this color will be ignored.
|
||||
|
||||
<sup>Since: next release</sup> This setting is deprecated, set `background-color` in the [output `layout {}` block](#layout-config-overrides) instead.
|
||||
<sup>Since: 25.11</sup> This setting is deprecated, set `background-color` in the [output `layout {}` block](#layout-config-overrides) instead.
|
||||
|
||||
```kdl
|
||||
output "HDMI-A-1" {
|
||||
@@ -281,7 +281,7 @@ output "HDMI-A-1" {
|
||||
|
||||
### `hot-corners`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.11</sup>
|
||||
|
||||
Customize the hot corners for this output.
|
||||
By default, hot corners [in the gestures settings](./Configuration:-Gestures.md#hot-corners) are used for all outputs.
|
||||
@@ -309,7 +309,7 @@ output "DP-2" {
|
||||
|
||||
### Layout config overrides
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.11</sup>
|
||||
|
||||
You can customize layout settings for an output with a `layout {}` block:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user