summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-07 20:31:15 -0500
committerJune McEnroe <june@causal.agency>2021-02-07 20:31:15 -0500
commit232179761189e72dc8c00fb9dbf1b014204b0890 (patch)
treeaec335ed93dd0cffdc4699cd38425cb880676420
parentUse scrot for up -s if no screencapture (diff)
downloadsrc-232179761189e72dc8c00fb9dbf1b014204b0890.tar.gz
src-232179761189e72dc8c00fb9dbf1b014204b0890.zip
Set cursor theme and size
-rw-r--r--home/.config/X/resources3
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
ngrade.c?id=2f1db2d67ab40f8a72513935bf00710427568242&follow=1'>Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe