diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 20:31:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 20:31:15 -0500 |
commit | b9f26fe852fb0b98c272257c6045cf795f0b5e37 (patch) | |
tree | 3e02778d4c7d6f120b02a1ff003f6a3a8fe2790b /home/.config | |
parent | Use scrot for up -s if no screencapture (diff) | |
download | src-b9f26fe852fb0b98c272257c6045cf795f0b5e37.tar.gz src-b9f26fe852fb0b98c272257c6045cf795f0b5e37.zip |
Set cursor theme and size
Diffstat (limited to '')
-rw-r--r-- | home/.config/X/resources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources index a299ea4c..291a0f5f 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -1,4 +1,7 @@ Xft.dpi: 144 +Xcursor.size: 64 +Xcursor.theme: dmz-aa + *background: rgb:14/13/0E *foreground: rgb:B7/A9/80 *borderColor: rgb:99/8D/6B |