mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Merge pull request #22 from DashieTM/main
add instructions for highrr and highres rules
This commit is contained in:
commit
33d48740eb
1 changed files with 15 additions and 0 deletions
|
@ -59,6 +59,21 @@ monitor=,preferred,auto,1
|
|||
Will make any monitor that was not specified with an explicit rule automatically
|
||||
placed in a sensible location with its preferred resolution.
|
||||
|
||||
Alternatively you can use the highrr or highres rules in order to get the best possible
|
||||
resolution or refreshrate mix.
|
||||
|
||||
for a focus on refreshrate use this:
|
||||
|
||||
```plain
|
||||
monitor=,highrr,auto,1
|
||||
```
|
||||
|
||||
for a focus on resolution this:
|
||||
|
||||
```plain
|
||||
monitor=,highres,auto,1
|
||||
```
|
||||
|
||||
## Disabling a monitor
|
||||
|
||||
To disable a monitor, use
|
||||
|
|
Loading…
Reference in a new issue