summary refs log tree commit diff
path: root/home/.xsession
blob: ca09445bc7699302d7ecf0c4b4c396d868041c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
. ~/.profile
export LC_CTYPE=en_US.UTF-8

xset r rate 175 m 5/4 0
xmodmap ~/.config/X/modmap
xrdb -load ~/.config/X/resources
xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \
	-bg rgb:14/13/0E -fg rgb:7A/49/55 

sctd &
xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock &
exec cwm -c ~/.config/cwm/cwmrc
lish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe