summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-06 23:02:02 -0500
committerJune McEnroe <june@causal.agency>2021-02-06 23:02:02 -0500
commitbed16967d6c1d893e72d7e38d1e39df1c7801578 (patch)
treed96b11d14579408ccc53cbd411de5e97adb05a24 /home
parentAdd xmodmap configuration (diff)
downloadsrc-bed16967d6c1d893e72d7e38d1e39df1c7801578.tar.gz
src-bed16967d6c1d893e72d7e38d1e39df1c7801578.zip
Set root window to black on purple snow
Diffstat (limited to 'home')
-rw-r--r--home/.xsession2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.xsession b/home/.xsession
index a834a150..5f21ca19 100644
--- a/home/.xsession
+++ b/home/.xsession
@@ -1,4 +1,6 @@
 . ~/.profile
 xmodmap ~/.config/X/modmap
 xrdb -load ~/.config/X/resources
+xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \
+	-bg rgb:7A/49/55 -fg rgb:16/15/10
 cwm -c ~/.config/cwm/cwmrc
78a3d9088&follow=1'>Add all target to git.causal.agency MakefileJune McEnroe 2021-01-20Remove Lua supportJune McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe