From cec64613630b68a8b0e286df862a92ce555a6bdc Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Feb 2019 18:46:54 +0100 Subject: Add custom config key for enabling hidpi mode If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration. --- host/athena.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/athena.nix') diff --git a/host/athena.nix b/host/athena.nix index 4e8a824..362d7cd 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -3,7 +3,6 @@ { imports = [ ../gui/default.nix - ../gui/hidpi.nix ../gui/networkmanager.nix ../gui/stalonetray.nix ../gui/redshift.nix @@ -14,4 +13,6 @@ acpi xorg.xbacklight ]; + + custom.hidpi = true; } -- cgit v1.2.3