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