From b6fb8d0ad3993eccb812750125252dda1764d074 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 20:52:34 +0100 Subject: Extract hidpi support --- host/athena.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'host') diff --git a/host/athena.nix b/host/athena.nix index 21d6ecf..0f5a8a4 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -4,6 +4,7 @@ imports = [ ../gui/default.nix ../gui/networkmanager.nix + ../gui/hidpi.nix ../gui/stalonetray.nix ../gui/redshift.nix ../gui/touchegg.nix @@ -13,14 +14,4 @@ acpi xorg.xbacklight ]; - - xresources.extraConfig = '' - Xft.dpi: 160 - Xft.autohint: 0 - Xft.lcdfilter: lcddefault - Xft.hintstyle: hintfull - Xft.hinting: 1 - Xft.antialias: 1 - Xft.rgba: rgb - ''; } -- cgit v1.2.3