ftp -o - https://jcs.org/move_in | sh -

ok, i'm done playing with the light-on-dark scheme, it hurts my eyes

+22 -21
+7 -8
.Xdefaults
··· 3 3 ! force things like firefox to a standard size 4 4 Xft.dpi: 96 5 5 6 - #define BG #021b21 7 - #define FG gray55 6 + #define BG #cfcfc7 7 + #define FG #404040 8 8 9 9 ! xterm 10 10 .xterm*background: BG 11 11 .xterm*borderColor: BG 12 12 .xterm*internalBorder: 4 13 13 .xterm*foreground: FG 14 - .xterm*cursorColor: orange3 15 - .xterm*colorBD: black 16 - .xterm*colorBDMode: false 14 + .xterm*cursorColor: #3670ab 17 15 18 - .xterm*Scrollbar.foreground: gray60 16 + .xterm*Scrollbar.foreground: gray50 19 17 .xterm*Scrollbar.background: BG 20 18 .xterm*Scrollbar.minimumThumb: 50 21 19 22 - .xterm*font: dinamedium9 20 + !.xterm*font: dinamedium9 21 + .xterm*faceName: CosmicSansNeueMono:size=10 23 22 24 23 .xterm*saveLines: 10000 25 24 .xterm*scrollBar: true ··· 45 44 46 45 ! black 47 46 .xterm*color0: gray10 48 - .xterm*color8: gray30 47 + .xterm*color8: gray20 49 48 ! red 50 49 .xterm*color1: #c2454e 51 50 .xterm*color9: #ef5847
+1 -3
.muttrc
··· 186 186 color header brightdefault default "^Importance: high" 187 187 color header brightdefault default '~U' 188 188 color header brightdefault default '~F' 189 - color indicator default color237 190 189 color signature brightdefault default 191 190 color sidebar_new brightdefault default 192 - color status brightdefault color237 193 191 color tilde brightblack default 194 192 color tree brightblack default 195 193 color quoted brightblack default ··· 197 195 # color flagged a dark red 198 196 color index brightcolor160 default '~F' 199 197 # color to-be-deleted as grayed out 200 - color index brightcolor8 default '~D' 198 + color index brightblack default '~D' 201 199 # bold new email in the index 202 200 color index brightdefault default '~U' 203 201
+5 -5
.ratpoisonrc
··· 10 10 set winname title 11 11 12 12 # reserve space for dzen 13 - set padding 10 20 10 10 13 + set padding 12 14 12 12 14 14 15 15 # keep the bar in the upper left displaying the active frame title 16 16 msgwait 3 ··· 20 20 set barsticky on 21 21 set bgcolor gray20 22 22 set fgcolor #bfb7b0 23 - set font dinamedium9 23 + set font CosmicSansNeueMono:size=10 24 24 set winliststyle row 25 25 set winfmt %t 26 26 # this prevents it from taking dzen's padding into account ··· 52 52 53 53 # pidgin's window is hard to get to, so control-a,A pops up a dialog to ask me 54 54 # what to set the away status to 55 - bind A exec sh ~/bin/pidgin_away_status.sh 55 + bind A exec sh ~/bin/pidgin_away_status.sh 56 56 # and B comes back 57 57 bind B exec ruby ~/code/pidgin_status/pidgin_status.rb available 58 58 ··· 92 92 # initialize workspaces 93 93 vinit 94 94 95 - #frestore (frame :number 0 :x 0 :y 21 :width 680 :height 1059 :screenw 1920 :screenh 1080 :window 14680077 :last-access 194 :dedicated 0),(frame :number 1 :x 680 :y 21 :width 1240 :height 1059 :screenw 1920 :screenh 1080 :window 27262989 :last-access 195 :dedicated 0), 95 + #hsplit 96 + frestore (frame :number 0 :x 10 :y 20 :width 810 :height 645 :screenw 1920 :screenh 1080 :window 16777229 :last-access 3 :dedicated 0),(frame :number 2 :x 10 :y 665 :width 810 :height 405 :screenw 1920 :screenh 1080 :window 10485773 :last-access 2 :dedicated 0),(frame :number 1 :x 820 :y 20 :width 1090 :height 1050 :screenw 1920 :screenh 1080 :window 14680077 :last-access 1 :dedicated 0), 96 97 97 - hsplit 98 98 exec xterm
+9 -5
.xsession
··· 4 4 5 5 xrdb < ~/.Xdefaults 6 6 7 - /usr/local/bin/xbanish & 8 - 9 7 if [ `uname -s` == "OpenBSD" ]; then 10 8 xmodmap ~/.xmodmap 11 - xset r rate 350 25 12 - xset +fp /usr/local/lib/X11/fonts/jcs fp rehash 9 + xset r rate 350 35 10 + xset +fp /usr/local/lib/X11/fonts/jcs +fp /usr/local/share/fonts/dina fp rehash 11 + xset m 3/1 4 13 12 14 - xidle -ne -program ~/bin/lock & 13 + xidle -timeout 240 -ne -program ~/bin/lock & 15 14 16 15 /usr/local/bin/ruby ~/code/dzen-jcs/dzen-jcs.rb & 17 16 ··· 26 25 synclient ClickFinger2=3 27 26 # and 3-fingers do a middle-click 28 27 synclient ClickFinger3=2 28 + 29 + # ignore lazy thumb on the bottom of the trackpad used to click 30 + synclient LazyThumbWidth=30 LazyThumbTopEdge=1600 31 + 32 + /usr/local/bin/xbanish & 29 33 fi 30 34 31 35 exec /usr/local/bin/ratpoison