Displays auto arrangement

This commit is contained in:
Gu://em_ 2026-01-23 09:16:56 +01:00
parent 613201760b
commit 28f79e2564
3 changed files with 12 additions and 8 deletions

View file

@ -6,8 +6,9 @@
# All screens # All screens
monitorv2 { monitorv2 {
output =
mode = preferred mode = preferred
position = auto position = auto-up
scale = auto scale = auto
} }
@ -15,6 +16,6 @@ monitorv2 {
monitorv2 { monitorv2 {
output = eDP-1 output = eDP-1
mode = preferred mode = preferred
position = 0x0 position = auto-down
scale = 1 scale = 1
} }

View file

@ -6,9 +6,9 @@
# Default # Default
monitorv2 { monitorv2 {
output = * output =
mode = preferred mode = preferred
position = auto position = auto-up
scale = auto scale = auto
} }
@ -16,15 +16,18 @@ monitorv2 {
monitorv2 { monitorv2 {
output = eDP-1 output = eDP-1
mode = preferred mode = preferred
position = 0x0 position = auto-down
scale = 1 scale = 1
# supports_wide_color = 1
# supports_hdr = 1
# bitdepth = 10
} }
# HP home monitor # HP home monitor
monitorv2 { monitorv2 {
output = DP-* output = DP-*
mode = preferred mode = preferred
position = 0x-1080 position = auto-up
scale = 1 scale = 1
} }
@ -33,7 +36,7 @@ monitorv2 {
monitorv2 { monitorv2 {
output = HDMI-A-1 output = HDMI-A-1
mode = preferred mode = preferred
position = 0x-1440 position = auto-up
scale = 1 scale = 1
} }

View file

@ -5,7 +5,7 @@
# Please note not all available settings / options are set here. # Please note not all available settings / options are set here.
# For a full list, see the wiki # For a full list, see the wiki
#source = ~/.config/hypr/config/monitors_default.conf # source = ~/.config/hypr/config/monitors/default.conf
source = ~/.config/hypr/config/monitors/perso.conf source = ~/.config/hypr/config/monitors/perso.conf
source = ~/.config/hypr/config/environment.conf source = ~/.config/hypr/config/environment.conf
source = ~/.config/hypr/config/input.conf source = ~/.config/hypr/config/input.conf