blob: bd7bbe91de0e55a7d0597e1b1ef6a28e7b75ebd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
. ~/.profile
export LC_CTYPE=C.UTF-8
xset r rate 175 m 4
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
xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock &
exec cwm -c ~/.config/cwm/cwmrc
|