From 1f85635197a521329ffb7b5b37820fece5a6d9c6 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 28 Aug 2024 15:57:14 +0530 Subject: home/cez/wayland: use fractional scaling --- home/cez/modules/wayland.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'home/cez') diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index 431746c..af4bb89 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -2,9 +2,11 @@ wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts {}; freezshot = "${wayland-scripts}/bin/freezshot"; in { - # vendor hardcoded screenshot key - wayland.windowManager.sway.settings.bindsym."mod4+shift+s" = - "exec ${freezshot}"; + wayland.windowManager.sway.settings = { + # vendor hardcoded screenshot key + bindsym."mod4+shift+s" = "exec ${freezshot}"; + output."eDP-1".scale = 1.4; + }; - programs.bemenu.settings.line-height = 30; + programs.bemenu.settings.line-height = 25; } -- cgit v1.2.3