From d91c831a0c4d3b49c3de09f6c0d3578b47bd4c16 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 22 Aug 2023 19:47:14 +0200 Subject: [PATCH] pinwheel: Set dpi scaling in `hyprland` --- hosts/pinwheel/home.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 8043456..cd2aa2c 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -153,7 +153,11 @@ }; extraConfig = '' - exec-once = waybar + exec-once = waybar + + monitor=eDP-1, 1920x1200@60, 0x0, 1 + env = GDK_DPI_SCALE,1.5 + env = XCURSOR_SIZE,64 ''; settings = { @@ -161,6 +165,10 @@ animations.enabled = false; + xwayland = { + force_zero_scaling = true; + }; + input = { kb_layout = "se";