1

Home/Nixinator: Update monitor configuration

This commit is contained in:
2025-09-23 13:26:31 +02:00
parent 5f5ccc7e38
commit 58570f7ba4
3 changed files with 10 additions and 10 deletions

View File

@ -28,16 +28,16 @@
}; };
monitors = { monitors = {
"HDMI-A-1" = { "DP-1" = {
width = 2560; width = 3440;
height = 1440; height = 1440;
rate = 144; rate = 165;
x = 1920; x = 1920;
y = 0; y = 0;
scale = 1; scale = 1;
}; };
"DP-1" = { "DP-2" = {
width = 1920; width = 1920;
height = 1080; height = 1080;
rate = 60; rate = 60;
@ -48,8 +48,8 @@
}; };
workspaces = { workspaces = {
"HDMI-A-1" = [1 2 3 4 5 6 7 8 9]; "DP-1" = [1 2 3 4 5 6 7 8 9];
"DP-1" = [10]; "DP-2" = [10];
}; };
autostart = { autostart = {
@ -65,7 +65,7 @@
]; ];
}; };
waybar.monitor = "HDMI-A-1"; waybar.monitor = "DP-1";
}; };
home = let home = let

View File

@ -31,12 +31,12 @@ in {
# TODO: To module option # TODO: To module option
# TODO: This should contain battery etc. for laptop # TODO: This should contain battery etc. for laptop
"bar.layouts" = { "bar.layouts" = {
"HDMI-A-1" = { "DP-1" = {
"left" = ["workspaces" "windowtitle"]; "left" = ["workspaces" "windowtitle"];
"middle" = ["media"]; # "cava" "middle" = ["media"]; # "cava"
"right" = ["volume" "network" "cpu" "ram" "storage" "clock" "systray" "notifications"]; # "bluetooth" "right" = ["volume" "network" "cpu" "ram" "storage" "clock" "systray" "notifications"]; # "bluetooth"
}; };
"DP-1" = { "DP-2" = {
"left" = ["workspaces" "windowtitle"]; "left" = ["workspaces" "windowtitle"];
"middle" = ["media"]; # "cava" "middle" = ["media"]; # "cava"
"right" = ["volume" "clock" "notifications"]; "right" = ["volume" "clock" "notifications"];

View File

@ -14,7 +14,7 @@ if g.neovide then
g.neovide_padding_bottom = 0 g.neovide_padding_bottom = 0
g.neovide_padding_right = 0 g.neovide_padding_right = 0
g.neovide_padding_left = 0 g.neovide_padding_left = 0
g.neovide_refresh_rate = 144 g.neovide_refresh_rate = 165
g.neovide_floating_corner_radius = 0.0 g.neovide_floating_corner_radius = 0.0
-- g.neovide_theme = "light" -- g.neovide_theme = "light"