fix(hyprland): adapt my monitor settings to my new setup

This commit is contained in:
Lucien Cartier-Tilet 2025-07-05 00:02:39 +02:00
parent 087a148378
commit 13723ef4d1
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{ {
pkgs,
lib, lib,
config, config,
... ...

View File

@ -59,8 +59,8 @@ in {
monitor = monitor =
{ {
"tilo" = [ "tilo" = [
"DP-1, 3440x1440@144, 0x725, 1" "DP-1, 3440x1440@144, 1080x550, 1"
"DP-3, 2560x1080@60, 3440x0, 1, transform, 3" "DP-2, 2560x1080@60, 0x0, 1, transform, 1"
]; ];
"gampo" = []; "gampo" = [];
}."${cfg.host}"; }."${cfg.host}";