xFlux
Linux版の f.lux です。緯度などを入力して起動すると夕方になるとモニターの表示がやさしくなって目が疲れません。ちょっとしたツールだけど便利です。長時間ディスプレイを眺めていると疲れるんですよね。
let g:rc_dir = expand('~/.vim')
let s:dein_dir = expand('~/.vim/dein')
let s:dein_repo_dir = s:dein_dir . '/repos/github.com/Shougo/dein.vim'
if &runtimepath !~# '/dein.vim'
if !isdirectory(s:dein_repo_dir)
execute '!git clone https://github.com/Shougo/dein.vim' s:dein_repo_dir
endif
execute 'set runtimepath^=' . fnamemodify(s:dein_repo_dir, ':p')
endif
if dein#load_state(s:dein_dir)
call dein#begin(s:dein_dir)
let s:toml = g:rc_dir . '/rc/dein.toml'
let s:lazy_toml = g:rc_dir . '/rc/dein_lazy.toml'
call dein#load_toml(s:toml, {'lazy': 0})
call dein#load_toml(s:lazy_toml, {'lazy': 1})
call dein#end()
call dein#save_state()
endif
if dein#check_install()
call dein#install()
endif
filetype plugin on
URxvt*termName: xterm-256color
URxvt*depth: 24
URxvt*saveLIne: 300000
URxvt*geometry: 120x35
URxvt*perl-ext-common: default,matcher,clipboard-osc
!URxvt*perl-ext-common: default,matcher,clipboard-osc,xim-onthespot
URxvt*inputMethod: uim
URxvt*imLocale: en_US.UTF-8
!URxvt*preeditType: OnTheSpot
!URxvt*preeditType: OverTheSpot
URxvt*url-launcher: chromium
URxvt*matcher*button: 1
URxvt*foreground: #B2B2B2
URxvt*background: #202020
!URxvt*background: black
URxvt*color0: #2e3436
URxvt*color1: #cc0000
URxvt*color2: #4edc4e
URxvt*color3: #c4a000
URxvt*color4: #3465a4
URxvt*color5: #75507b
URxvt*color6: #06989a
URxvt*color7: AntiqueWhite
URxvt*color8: Grey25
URxvt*color9: Red
URxvt*color10: #00ff00
URxvt*color11: Yellow
URxvt*color12: #5c5cff
URxvt*color13: Magenta
URxvt*color14: Cyan
URxvt*color15: White
URxvt*lefterSpace: -1
URxvt*lineSpace: 0
URxvt.font: xft:Terminus:pixelsize=14:antialiase=true,xft:Ricty:pixelsize=14:antialiase=true
URxvt.boldfont: xft:Terminus:piselsize=14:antialiase=true:bold,xft:Ricty:pixelsize=14:bold:antialiase=true
URxvt.italicfont: xft:Terminus:piselsize=14:antialiase=true:italic,xft:Ricty:pixelsize=14:italic:antialiase=true
URxvt.bolditalicfont: xft:Terminus:piselsize=14:antialiase=true:bold:italic,xft:Ricty:pixelsize=14:bold:italic:antialiase=true
URxvt.imFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1