diff options
author | Adrian Kummerlaender | 2019-01-24 19:19:23 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-01-31 20:36:04 +0100 |
commit | bb54253133465a2425f95196e7364b0a13336562 (patch) | |
tree | 194f5e37e38e4e89a8740fc550ebdaef3a76808d | |
parent | a365193deec426d0710550422c8e295ee4493539 (diff) | |
download | nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar.gz nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar.bz2 nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar.lz nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar.xz nixos_home-bb54253133465a2425f95196e7364b0a13336562.tar.zst nixos_home-bb54253133465a2425f95196e7364b0a13336562.zip |
Increase athena cursor size
-rw-r--r-- | gui/xmonad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 231240f..581dff7 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -13,7 +13,7 @@ pointerCursor = { package = pkgs.vanilla-dmz; name = "Vanilla-DMZ-AA"; - size = 16; + size = 48; }; windowManager.xmonad = { |