From c70ac7f7e8035deed8fdb66cbd1fd5dd21fe1830 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 17 Nov 2024 22:27:58 +0530 Subject: home/cez/wayland: set scaling to 1.6 --- home/cez/modules/wayland.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index 525d51d..bfba63e 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -5,8 +5,11 @@ in { wayland.windowManager.sway.settings = { # vendor hardcoded screenshot key bindsym."mod4+shift+s" = "exec ${freezshot}"; - output."eDP-1".scale = 1.4; - output."HDMI-A-1".scale = 1.6; + + output = { + "eDP-1".scale = 1.6; + "HDMI-A-1".scale = 1.6; + }; }; programs.bemenu.settings.line-height = 25; -- cgit v1.2.3