From 09bcb2c8c920b93a462ca7ccb2da172afae6bfa2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 21:15:30 +0100 Subject: Set hidpi cursor size --- gui/hidpi.nix | 2 ++ gui/xmonad.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gui/hidpi.nix b/gui/hidpi.nix index 36898e2..313b3ec 100644 --- a/gui/hidpi.nix +++ b/gui/hidpi.nix @@ -16,6 +16,8 @@ Xft.rgba: rgb ''; + xsession.pointerCursor.size = 48; + home.file.".config/twmn/twmn.conf".text = '' font_size=24 height=32 diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 3686cd0..25df5e3 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -13,7 +13,7 @@ pointerCursor = { package = pkgs.vanilla-dmz; name = "Vanilla-DMZ-AA"; - size = 48; + size = 16; }; windowManager.xmonad = { -- cgit v1.2.3