From 767ed20cfb0dff785eef549e92bc78f1ffa78e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 1 Aug 2020 08:10:19 +0100 Subject: [PATCH] scale on sway --- nixos/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/sway/default.nix b/nixos/sway/default.nix index bbf73767..4eeee44f 100644 --- a/nixos/sway/default.nix +++ b/nixos/sway/default.nix @@ -28,6 +28,7 @@ in config = { modifier = "${mod}"; menu = "${pkgs.wofi}/bin/wofi --show drun,run"; + output.eDP-1.scale = "1.7"; keybindings = { "${mod}+Shift+e" = "exit"; "${mod}+Shift+c" = "reload";