From 665d9cd7380acfe407d5cea8d0908d9a96bdc925 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 17 Aug 2024 23:21:41 -0700 Subject: [PATCH] Updated scaling --- modules/home/windowManagers/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/windowManagers/sway/default.nix b/modules/home/windowManagers/sway/default.nix index baf708f..74f0759 100644 --- a/modules/home/windowManagers/sway/default.nix +++ b/modules/home/windowManagers/sway/default.nix @@ -161,7 +161,7 @@ in { # TODO: Should this live at the system configuration level? output = { "*".bg = "${config.xdg.dataHome}/${cfg.wallpaperPath} fill"; - "eDP-1".scale = "1"; + "eDP-1".scale = "1.5"; "Dell Inc. DELL S2721QS 4FR7M43".scale = "1.5"; "Dell Inc. DELL S2721QS 47W7M43".scale = "1.5"; "Dell Inc. DELL S2721QS 4FR7M43".position = "0 0";