From 698342f59712961d5c6dbe7a96d61d6bbf0f6c51 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Fri, 26 Jul 2024 23:57:24 -0700 Subject: [PATCH] Removed fractional scaling --- modules/nixos/desktop/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/desktop/sway/default.nix b/modules/nixos/desktop/sway/default.nix index 2f9ecd6..024c889 100644 --- a/modules/nixos/desktop/sway/default.nix +++ b/modules/nixos/desktop/sway/default.nix @@ -131,7 +131,7 @@ in { # TODO: Should this live at the system configuration level? output = { "*".bg = "${user_cfg.xdg.dataHome}/${cfg.wallpaperPath} fill"; - "eDP-1".scale = "1.25"; + "eDP-1".scale = "1"; "Dell Inc. DELL S2721QS 4FR7M43".position = "0 0"; "Dell Inc. DELL S2721QS 47W7M43".position = "0 2160"; };