feat: use new displays, for automatic automapaper

This commit is contained in:
Noa Aarts 2024-09-04 22:20:44 +02:00
parent 4c4beedc71
commit e3c6cdf606
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 350 additions and 286 deletions

View file

@ -29,7 +29,17 @@
modules = {
hyprland = {
enable = true;
displays = [ "eDP-1, 2256x1504@60, 0x0, 1" ];
displays = [
{
name = "eDP-1";
horizontal = 2256;
vertical = 1504;
horizontal-offset = 0;
vertical-offset = 0;
refresh-rate = 60;
scale = "1";
}
];
};
games.enable = true;
apps = {