diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
| commit | 1be3e63215eba7e9f606156b1ea745944e1e278f (patch) | |
| tree | 6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/monitors.conf | |
| parent | 8dafe3923ea3d473f5495134e2241d1d34f63273 (diff) | |
Sort hyprland config
Diffstat (limited to 'hyprland/monitors.conf')
| -rw-r--r-- | hyprland/monitors.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/hyprland/monitors.conf b/hyprland/monitors.conf index 93a202d..1b9d1c0 100644 --- a/hyprland/monitors.conf +++ b/hyprland/monitors.conf @@ -1,9 +1,16 @@ -################## # Output Devices # -################## # # List outputs with # hyprctl monitors # +# Output syntax +# monitor = name, resolution, position, scale +# +# Mirror another output +# monitor = DP-3, 1920x1080@60, 0x0, 1, mirror, DP-2 +# monitor = , preferred, auto, 1, mirror, DP-1 + +monitor = eDP-1, preferred, auto, 1.56667 +monitor = eDP-1, preferred, auto, 1.56667, vrr, 0 -monitor = eDP-1, preferred, auto, 1.5 +monitor = desc:OEM 19W_LCD_TV, preferred, auto, 1.6 |
