hyprland monitors refactor config

This commit is contained in:
2025-06-20 16:28:13 +02:00
parent e53fc2a8c2
commit 46b4ba80a9
2 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
{ {
# Home Manager Hyprland monitors # Home Manager Hyprland monitors
wayland.windowManager.hyprland.extraConfig = '' wayland.windowManager.hyprland.settings.monitor = [
monitor = DP-3, 3440x1440@99.98, 0x0, auto; # Philips Ultrawide left "DP-3, 3440x1440@99.98, 0x0, 1" # Philips Ultrawide left
monitor = HDMI-A-1, 3440x1440@99.98, 3440x0, auto; # Philips Ultrawide right "HDMI-A-1, 3440x1440@99.98, 3440x0, 1" # Philips Ultrawide right
monitor = eDP-1, 1920x1200@60.00, auto, auto # internal display "eDP-1, 1920x1200@60.00, 1" # internal display
''; ];
} }

View File

@ -1,7 +1,7 @@
{ {
# Home Manager Hyprland monitors # Home Manager Hyprland monitors
wayland.windowManager.hyprland.extraConfig = '' wayland.windowManager.hyprland.settings.monitor = [
monitor = DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1; "DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1"
monitor = HDMI-A-1, 1920x1080@59.94, 0x0, 1; "HDMI-A-1, 1920x1080@50.00, 0x0, 1"
''; ];
} }