summary refs log tree commit diff
path: root/home/.xsession
blob: 1e05126c8a3aa80ece2fceb2577d7e6f7e0e7ccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
. ~/.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

fg=998D6B
command -v scheme && fg=$(scheme -p $(jot -r 1 1 8))
xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/escherknot \
	-bg '#14130E' -fg "#${fg}"

xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock &
exec cwm -c ~/.config/cwm/cwmrc
/commit/bin/hi.c?id=744ab54cf1833d9225ca3762493f748ab1fee619&follow=1'>Use [] to quote special characters in regexJune McEnroe 2019-02-08Improve ANSI output and base IRC on itJune McEnroe 2019-02-08Add hi -nJune McEnroe 2019-02-08Elaborate hi man pageJune McEnroe 2019-02-08Use set for parent in hiJune McEnroe 2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe