URxvt.color13: #AD7FA8
URxvt.color14: #fcaf3e
URxvt.color15: #EEEEEC
-URxvt.fading: 25
+URxvt.fading: 10
URxvt.font: xft:DejaVu Sans Mono:style=Book:pixelsize=12
URxvt.boldFont: xft:DejaVu Sans Mono:style=Bold:pixelsize=12
URxvt.italicFont: xft:DejaVu Sans Mono:style=Oblique:pixelsize=12
gv.watchFile: 1
gv.saveposFilename: ~/.cache/gv.savepos
+gv.style: gv_spartan.dat
<tag-pattern>~C i3-discuss@i3.zekjur.net<enter><tag-prefix-cond><save-message>=i3<enter><end-cond>\
<sync-mailbox>" "Clean up mailing lists"
+# Key bindings
+bind index gg first-entry
+bind index G last-entry
+bind pager k previous-line
+bind pager j next-line
+bind pager gg top
+bind pager G bottom
+bind pager R group-reply
+
# Misc options
set timeout=2
set mail_check=0
+" Package manager
execute pathogen#infect()
-syntax enable
-filetype indent plugin on
+" Automaticly source some files after writing
autocmd! bufwritepost .vimrc source %
autocmd! bufwritepost .bashrc !source %
autocmd! bufwritepost .Xresources !xrdb -merge %
+" Some general options
+syntax enable
+filetype indent plugin on
set encoding=utf-8
set history=1000
set number
set nobackup
set nowb
set noswapfile
-set shiftwidth=2
-set tabstop=2
set cc=80
set textwidth=79
+" Custom split switching using tab
map <TAB>l <C-W>l
map <TAB>h <C-W>h
map <TAB>j <C-W>j
map <TAB>k <C-W>k
+" Center the search results
nnoremap n nzzzv
nnoremap N Nzzzv
+" Unbind arrow keys, who has them anyways on the keyboard...
for prefix in ['i', 'n', 'v']
for key in ['<UP', '<DOWN>', '<LEFT>', '<RIGHT>']
exe prefix . "noremap " . key . " <Nop>"
endfor
endfor
+" GPG options
let g:GPGPreferArmor=1
let g:GPGPreferSign=1
set $mod Mod4
exec setxkbmap -layout dvorak,ru -variant ,phonetic_dvorak -option compose:ralt -option grp:menu_toggle
-exec xautolock -locker 'i3lock -c 000000'
+exec xautolock -locker 'i3lock -c ccff00'
exec convert -size 1600x900 plasma:fractal -colorspace Gray -modulate 20,100,10 png:- | display -window root
-exec /home/mart/projects/netctltray/netctl-tray.py
+exec netctltray
bindsym XF86AudioLowerVolume exec amixer set Master 5-
bindsym XF86AudioRaiseVolume exec amixer set Master 5+
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
+# start a browser
+bindsym $mod+b exec uzbl-browser
+
# lock the screen
bindsym $mod+l exec xautolock -locknow