mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
apply some recommendations from Brodie
This commit is contained in:
parent
11cb7e9f1c
commit
b847d14417
3 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@ category name: `dwindle`
|
|||
|
||||
| name | description | type | default |
|
||||
|---|---|---|---|---|
|
||||
| pseudotile | enable pseudotiling | bool | false |
|
||||
| pseudotile | enable pseudotiling. Pseudotiled windows retain their floating size when tiled. | bool | false |
|
||||
| col.group_border | inactive (out of focus) group border color | color | 0x66777700 |
|
||||
| col.group_border_active | active group border color | color | 0x66ffff00 |
|
||||
| force_split | 0 -> split follows mouse, 1 -> always split to the left (new = left or top) 2 -> always split to the right (new = right or bottom) | int | 0 |
|
||||
|
|
|
@ -132,14 +132,14 @@ where `NAME` is the name, and `TRANSFORM` is an integer, from 0 to 7,
|
|||
corresponding to your transform of choice.
|
||||
|
||||
```ini
|
||||
WL_OUTPUT_TRANSFORM_NORMAL = 0
|
||||
WL_OUTPUT_TRANSFORM_90 = 1
|
||||
WL_OUTPUT_TRANSFORM_180 = 2
|
||||
WL_OUTPUT_TRANSFORM_270 = 3
|
||||
WL_OUTPUT_TRANSFORM_FLIPPED = 4
|
||||
WL_OUTPUT_TRANSFORM_FLIPPED_90 = 5
|
||||
WL_OUTPUT_TRANSFORM_FLIPPED_180 = 6
|
||||
WL_OUTPUT_TRANSFORM_FLIPPED_270 = 7
|
||||
normal (no transforms) -> 0
|
||||
90 degrees -> 1
|
||||
180 degrees -> 2
|
||||
270 degrees -> 3
|
||||
flipped -> 4
|
||||
flipped + 90 degrees -> 5
|
||||
flipped + 180 degrees -> 6
|
||||
flipped + 270 degrees -> 7
|
||||
```
|
||||
|
||||
## Binding workspaces to a monitor
|
||||
|
|
|
@ -16,7 +16,7 @@ the layout pages and not here. (See the Sidebar)
|
|||
| float | floating point number |
|
||||
| color | color (e.g. `0x22334455` - alpha `0x22`, red `0x33`, green `0x44`, blue `0x55`) |
|
||||
| vec2 | vector with 2 values (float), separated by a space (e.g. `0 0` or `-10.9 99.1`) |
|
||||
| MOD | a string modmask (e.g. `SUPER` or `SUPERSHIFT` or`SUPERSHIFTALTCTRLCAPSMOD2MOD3MOD5` or empty for none) |
|
||||
| MOD | a string modmask (e.g. `SUPER` or `SUPERSHIFT` or `SUPER + SHIFT` or `SUPER and SHIFT` or `CTRL_SHIFT` or empty for none. You are allowed to put any separators you please except for a `,`) |
|
||||
| str | a string |
|
||||
|
||||
{{< hint type=info >}}
|
||||
|
|
Loading…
Reference in a new issue