From 78838b48ad03293a06ba03d5cbac5c3b82f43136 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 18 Jan 2024 19:40:02 +0100 Subject: [PATCH] Update Hyprland conf after monitor setup change --- home/christoph/nixinator/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 48792e42..3a9ae316 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -22,7 +22,7 @@ rec { kb-variant = "altgr-intl"; monitors = { - "DP-1" = { + "HDMI-A-1" = { width = 2560; height = 1440; rate = 144; @@ -31,7 +31,7 @@ rec { scale = 1; }; - "HDMI-A-1" = { + "DP-1" = { width = 1920; height = 1080; rate = 60; @@ -42,8 +42,8 @@ rec { }; workspaces = { - "DP-1" = [1 2 3 4 5 6 7 8 9]; - "HDMI-A-1" = [10]; + "HDMI-A-1" = [1 2 3 4 5 6 7 8 9]; + "DP-1" = [10]; }; autostart = [ @@ -99,7 +99,7 @@ rec { # }; # }; - waybar.monitor = "DP-1"; + waybar.monitor = "HDMI-A-1"; }; home.packages = with pkgs; [