From 1e2d653ae4e6ae4c85de4f2faf63c8ea752fccfd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 22 Oct 2023 12:55:02 +0100 Subject: [PATCH] Restore laptop screen scaling --- hosts/Northstar/home.nix | 4 +++- hosts/Ronin/home.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/Northstar/home.nix b/hosts/Northstar/home.nix index d8147ea8..5ddf91e0 100644 --- a/hosts/Northstar/home.nix +++ b/hosts/Northstar/home.nix @@ -1,5 +1,7 @@ { ... }: { - + xdg.configFile."hypr/extra.conf".text = '' + monitor=eDP-1,preferred,auto,auto + ''; } diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index ffff8e6d..309c8adf 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -23,7 +23,7 @@ disable_splash_rendering = true } - monitor=eDP-1,preferred,0x120,1 - monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,1920x0,1 + monitor=eDP-1,preferred,0x480,1.5 + monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,1280x0,1 ''; }