external screen updates

This commit is contained in:
Miguel Palhas
2025-06-04 09:38:33 +01:00
parent 7d0acb6165
commit 622484eb93
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@
inputs.nixvim.homeManagerModules.nixvim
../common/programs/default.nix
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/ghostty.nix
../common/programs/syncthing.nix
+4 -1
View File
@@ -14,7 +14,10 @@ in
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
"DP-3, preferred, 0x-1440, 1"
"DP-1, preferred, auto-left, 1"
"DP-2, preferred, auto-left, 1"
"DP-3, preferred, auto-left, 1"
"DP-4, preferred, auto-left, 1"
# "DP-3, 1920x1200, 0x0, 1, mirror, eDP-1"
];
};