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. --- gui/lowdpi.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 gui/lowdpi.nix (limited to 'gui/lowdpi.nix') diff --git a/gui/lowdpi.nix b/gui/lowdpi.nix deleted file mode 100644 index 6410f23..0000000 --- a/gui/lowdpi.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: - -{ - xsession.pointerCursor.size = 16; - - home.file.".config/twmn/twmn.conf".text = '' - [gui] - font_size=15 - height=20 - ''; -} -- cgit v1.2.3