From c1fc5d0285eee6832dbe7317358d441c615ffb4b Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 10 Nov 2020 14:24:32 +0300 Subject: [PATCH] Fix fractional scaling --- modules/workspace/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workspace/sway/default.nix b/modules/workspace/sway/default.nix index 30a238b..346633d 100755 --- a/modules/workspace/sway/default.nix +++ b/modules/workspace/sway/default.nix @@ -233,6 +233,7 @@ in { transform = "90"; position = "2560 0"; }; + } // lib.optionalAttrs (config.device == "X2100-Laptop") { "Unknown 0x0000 0x00000000".scale = "2"; }; };