change nvidia prime settings, change desktop config screens arangement
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m13s

This commit is contained in:
2025-11-03 16:31:29 +01:00
parent c631965709
commit b0fe851dec
5 changed files with 29 additions and 22 deletions

View File

@ -4,16 +4,18 @@
mods.x11.enable = true;
wayland.windowManager.hyprland.settings = {
monitor = [
"DP-1, 1280x1024@75.03Hz, 0x0, auto"
"HDMI-A-1, 1920x1080@60, 1280x0, auto"
"HDMI-A-3, 1920x1080@74.97Hz, 3200x0, auto"
"DP-3, 1920x1080@60.00Hz, 5120x0, auto"
"DP-1, 1280x1024@75.03Hz, -3200x0, auto"
"HDMI-A-1, 1920x1080@60, -1920x0, auto"
"HDMI-A-3, 1920x1080@74.97Hz, 0x0, auto"
"DP-3, 1920x1080@60.00Hz, 1920x0, auto"
"DP-4, 1280x1024@75.03Hz, 3840x0, auto"
];
workspace = [
"1, monitor:HDMI-A-1"
"2, monitor:HDMI-A-3, default:true"
"3, monitor:DP-1"
"4, monitor:DP-3"
"4, monitor:DP-1"
"3, monitor:HDMI-A-1"
"1, monitor:HDMI-A-3, default:true"
"2, monitor:DP-3"
"5, monitor:DP-4"
];
env = [
"AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0"