1

Update Hyprland conf after monitor setup change

This commit is contained in:
2024-01-18 19:40:02 +01:00
parent 0c5197a18a
commit 85cca615e5

View File

@ -22,7 +22,7 @@ rec {
kb-variant = "altgr-intl"; kb-variant = "altgr-intl";
monitors = { monitors = {
"DP-1" = { "HDMI-A-1" = {
width = 2560; width = 2560;
height = 1440; height = 1440;
rate = 144; rate = 144;
@ -31,7 +31,7 @@ rec {
scale = 1; scale = 1;
}; };
"HDMI-A-1" = { "DP-1" = {
width = 1920; width = 1920;
height = 1080; height = 1080;
rate = 60; rate = 60;
@ -42,8 +42,8 @@ rec {
}; };
workspaces = { workspaces = {
"DP-1" = [1 2 3 4 5 6 7 8 9]; "HDMI-A-1" = [1 2 3 4 5 6 7 8 9];
"HDMI-A-1" = [10]; "DP-1" = [10];
}; };
autostart = [ autostart = [
@ -99,7 +99,7 @@ rec {
# }; # };
# }; # };
waybar.monitor = "DP-1"; waybar.monitor = "HDMI-A-1";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [