mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
Add more details about combining extra args for monitor rule (#232)
Explicitly say that you can combine extra args for monitor rules
This commit is contained in:
parent
7788807a0d
commit
79694172db
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@ only use one of these rules per monitor in the config.
|
|||
|
||||
# Extra args
|
||||
|
||||
You can combine extra arguments at the end of the monitor rule, examples:
|
||||
```ini
|
||||
monitor=eDP-1,2880x1800@90,0x0,1,transform,1,mirror,DP-2,bitdepth,10
|
||||
```
|
||||
See bellow for more detail about each argument.
|
||||
|
||||
## Mirrored displays
|
||||
|
||||
If you want to mirror a display, add a `,mirror,[NAME]` at the end of the monitor
|
||||
|
|
Loading…
Reference in a new issue