aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-24 19:19:23 +0100
committerAdrian Kummerlaender2019-01-31 20:36:04 +0100
commitbb54253133465a2425f95196e7364b0a13336562 (patch)
tree194f5e37e38e4e89a8740fc550ebdaef3a76808d
parenta365193deec426d0710550422c8e295ee4493539 (diff)
downloadnixos_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.nix2
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 = {