diff options
author | June McEnroe <june@causal.agency> | 2021-02-06 23:02:02 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-06 23:02:02 -0500 |
commit | f5da4ffc417212c71b5a3ae8ba5cf4de39aa865b (patch) | |
tree | ccb611e35c114a8b1a7b6e03c5dfd8ce247a6e1f /home/.xsession | |
parent | Add xmodmap configuration (diff) | |
download | src-f5da4ffc417212c71b5a3ae8ba5cf4de39aa865b.tar.gz src-f5da4ffc417212c71b5a3ae8ba5cf4de39aa865b.zip |
Set root window to black on purple snow
Diffstat (limited to '')
-rw-r--r-- | home/.xsession | 2 |
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 |