From bed16967d6c1d893e72d7e38d1e39df1c7801578 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 6 Feb 2021 23:02:02 -0500 Subject: Set root window to black on purple snow --- home/.xsession | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home') 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 -- cgit 1.4.1 e6'/> IRC client
about summary refs log tree commit diff
path: root/scripts/build-chroot.sh (unfollow)
Commit message (Expand)Author
2022-02-19Run line editing testsJune McEnroe
2022-02-18Implement new line editing "library"June McEnroe
2022-02-18Simplify cursor positioning in inputJune McEnroe
2022-02-18Fix M-f orderingJune McEnroe
2022-02-12Move sandman build to scripts/MakefileJune McEnroe
2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe
2022-02-12Copy RPP defines from oconfigureJune McEnroe