diff --git a/.config/hypr/config/monitors/default.conf b/.config/hypr/config/monitors/default.conf index 1119529..12f4f83 100644 --- a/.config/hypr/config/monitors/default.conf +++ b/.config/hypr/config/monitors/default.conf @@ -6,8 +6,9 @@ # All screens monitorv2 { + output = mode = preferred - position = auto + position = auto-up scale = auto } @@ -15,6 +16,6 @@ monitorv2 { monitorv2 { output = eDP-1 mode = preferred - position = 0x0 + position = auto-down scale = 1 } diff --git a/.config/hypr/config/monitors/perso.conf b/.config/hypr/config/monitors/perso.conf index 31ec468..3662bdf 100644 --- a/.config/hypr/config/monitors/perso.conf +++ b/.config/hypr/config/monitors/perso.conf @@ -6,9 +6,9 @@ # Default monitorv2 { - output = * + output = mode = preferred - position = auto + position = auto-up scale = auto } @@ -16,15 +16,18 @@ monitorv2 { monitorv2 { output = eDP-1 mode = preferred - position = 0x0 + position = auto-down scale = 1 + # supports_wide_color = 1 + # supports_hdr = 1 + # bitdepth = 10 } # HP home monitor monitorv2 { output = DP-* mode = preferred - position = 0x-1080 + position = auto-up scale = 1 } @@ -33,7 +36,7 @@ monitorv2 { monitorv2 { output = HDMI-A-1 mode = preferred - position = 0x-1440 + position = auto-up scale = 1 } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9edd80c..16418e6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -5,7 +5,7 @@ # Please note not all available settings / options are set here. # 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/environment.conf source = ~/.config/hypr/config/input.conf