From d3c20bdda91a693010058cfbaed89c7811ccdd86 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 17 Apr 2024 15:34:17 +0100 Subject: [PATCH] Change laptop screen scale again --- hosts/Northstar/home.nix | 2 +- hosts/Ronin/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Northstar/home.nix b/hosts/Northstar/home.nix index 87a323c7..82e1c23f 100644 --- a/hosts/Northstar/home.nix +++ b/hosts/Northstar/home.nix @@ -1,7 +1,7 @@ {...}: { wayland.windowManager.sway.config.output = { "eDP-1" = { - scale = "1.5"; + scale = "1.25"; }; }; } diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index e4ca529c..d5bfa6d1 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -4,7 +4,7 @@ wayland.windowManager.sway.config.output = { "eDP-1" = { pos = "2560 720"; - scale = "1.5"; + scale = "1.25"; }; }; wayland.windowManager.hyprland.settings = {