diff --git a/hosts/wildfire/hm/hyprland-monitors.nix b/hosts/wildfire/hm/hyprland-monitors.nix index b5d482d..4dace3a 100644 --- a/hosts/wildfire/hm/hyprland-monitors.nix +++ b/hosts/wildfire/hm/hyprland-monitors.nix @@ -1,7 +1,7 @@ { # Home Manager Hyprland monitors wayland.windowManager.hyprland.settings.monitor = [ - "DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1" - "HDMI-A-1, 1920x1080@60.00, 0x0, 1" + "DP-3, 2560x1440@143.97, auto-right, 1, vrr, 1, bitdepth, 10" + "DP-1, 2560x1440@210.00, 0x0, 1, vrr, 1, bitdepth, 10" ]; } diff --git a/hosts/wildfire/hm/hyprpaper.nix b/hosts/wildfire/hm/hyprpaper.nix index a597955..cb224ee 100644 --- a/hosts/wildfire/hm/hyprpaper.nix +++ b/hosts/wildfire/hm/hyprpaper.nix @@ -10,7 +10,7 @@ wallpaper = [ ", $HOME/git/nix-config/modules/hm/images/nix.png" "DP-3, $HOME/git/nix-config/modules/hm/images/mountains.png" - "HDMI-A-1, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png" + "DP-1, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png" ]; }; };