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

Configure Feed

Select the types of activity you want to include in your feed.

at master 131 lines 2.8 kB view raw
1! vim:ts=8 2 3#ifdef HIDPI 4! pkg_add xcursor-dmz 5Xcursor.theme: dmz 6Xcursor.size: 64 7 8Xft.dpi: 112 9#endif 10 11! a muted palette for athena things like xterm, xfontsel, etc. 12#define BG #eae5ce 13#define FG #444444 14*.background: BG 15*.foreground: FG 16 17*.scrollbar.background: BG 18*.scrollbar.foreground: FG 19*.scrollBar.minimumThumb: 50 20*.scrollbar.width: 10 21 22*.borderColor: BG 23 24#ifdef HIDPI 25.font: -*-lucida-medium-r-*-*-24-*-*-*-*-*-*-* 26#else 27*.font: -*-lucida-medium-r-*-*-12-*-*-*-*-*-*-* 28#endif 29 30! solarized (light) 31 32! black 33URxvt.color0: FG 34URxvt.color8: #333333 35 36! red 37URxvt.color1: #dc322f 38URxvt.color9: #cb4b16 39 40! green 41URxvt.color2: #859900 42URxvt.color10: #93a1a1 43 44! yellow 45URxvt.color3: #b58900 46URxvt.color11: #839496 47 48! blue 49URxvt.color4: #268bd2 50URxvt.color12: #657b83 51 52! magenta 53URxvt.color5: #d33682 54URxvt.color13: #6c71c4 55 56! cyan 57URxvt.color6: #2aa198 58URxvt.color14: #586e75 59 60! white (gray) 61URxvt.color7: #d9d7cc 62URxvt.color15: #e5e5e5 63 64 65! urxvt-specific settings 66 67#ifdef HIDPI 68URxvt.internalBorder: 24 69#else 70URxvt.internalBorder: 12 71#endif 72URxvt.utmpInhibit: true 73URxvt.loginShell: true 74URxvt.saveLines: 20000 75URxvt.scrollBar: false 76URxvt.selectToClipboard: true 77URxvt.termName: xterm-256color 78 79! hide when i type 80URxvt.pointerBlank: true 81 82! if i scrolled up, leave it that way when more output comes 83URxvt.scrollTtyOutput: false 84! but not when i press a key 85URxvt.scrollTtyKeypress: true 86 87!URxvt.geometry: 80x40 88URxvt.geometry: 80x100 89 90#ifdef HIDPI 91URxvt.font: xft:Iosevka (jcs):size=12.5,xft:noto emoji:size=12.5 92URxvt.boldFont: xft:Iosevka (jcs):weight=bold:size=12.5,xft:noto emoji:weight=bold:size=12.5 93URxvt.letterSpace: -1 94#else 95URxvt.font: 6x13,xft:noto emoji:size=12,xft:symbola 96URxvt.boldFont: 6x13bold,xft:noto emoji:weight=bold:size=12 97URxvt.letterSpace: 0 98#endif 99 100! make alt+v/command+v paste clipboard 101URxvt.keysym.M-v: eval:paste_clipboard 102URxvt.keysym.Mod4-v: eval:paste_clipboard 103URxvt.cutchars: "`\"'&()*,;<=>?@[]^{|}.:/-" 104 105! support right-clicking urls to open them 106URxvt.perl-ext-common: default,matcher,selection-to-clipboard,-selection 107URxvt.url-launcher: HOME/bin/firefox 108URxvt.matcher.button: 3 109URxvt.matcher.rend.0: Uline 110 111! disable paste warning 112URxvt.perl-ext: -confirm-paste,ls_l,warn_on_close 113 114SshAskpass*inputTimeout: 15 115 116#ifdef HIDPI 117SshAskpass*Button.font: -*-lucida-medium-r-*-*-32-*-*-*-*-*-*-* 118SshAskpass*Dialog.font: -*-lucida-medium-r-*-*-36-*-*-*-*-*-*-* 119SshAskpass*Indicator.width: 40 120SshAskpass*Indicator.height: 20 121SshAskpass*defaultXResolution: 200/in 122SshAskpass*defaultYResolution: 200/in 123#endif 124 125XClock*.update: 1 126XClock*.analog: False 127XClock*.render: True 128XClock*.padding: 40 129XClock*.face: Microsoft Sans Serif:size=20 130XClock*.strftime: %a %b %d %H:%M 131XClock*.background: #c0c7c8