+Xcursor.theme: Premium
+
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.dpi: 96
-URxvt.background: rgb:00/00/00
-URxvt.foreground: rgb:a8/a8/a8
-URxvt.color0: #2E3436
-URxvt.color1: #a40000
-URxvt.color2: #4E9A06
-URxvt.color3: #C4A000
-URxvt.color4: #3465A4
-URxvt.color5: #75507B
-URxvt.color6: #ce5c00
-URxvt.color7: #babdb9
-URxvt.color8: #555753
-URxvt.color9: #EF2929
-URxvt.color10: #8AE234
-URxvt.color11: #FCE94F
-URxvt.color12: #729FCF
-URxvt.color13: #AD7FA8
-URxvt.color14: #fcaf3e
-URxvt.color15: #EEEEEC
URxvt.fading: 10
+URxvt.background: rgb:00/00/00
+URxvt.foreground: rgb:cf/cf/cf
+URxvt.color0: rgb:00/00/00
+URxvt.color1: rgb:e0/10/10
+URxvt.color2: rgb:20/ad/20
+URxvt.color3: rgb:d4/c2/4f
+URxvt.color4: rgb:23/1b/b8
+URxvt.color5: rgb:9c/38/85
+URxvt.color6: rgb:1d/bd/b8
+URxvt.color7: rgb:fe/fe/fe
+URxvt.color8: rgb:6a/6a/6a
+URxvt.color9: rgb:e8/3a/3d
+URxvt.color10: rgb:35/e9/56
+URxvt.color11: rgb:ff/ff/2f
+URxvt.color12: rgb:3a/53/f0
+URxvt.color13: rgb:e6/28/ba
+URxvt.color14: rgb:1c/f5/f5
+URxvt.color15: rgb:ff/ff/ff
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
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-Left: perl:font-size:reset
+x11-ssh-askpass*font: xft:DejaVu Sans Mono:style=Book:pixelsize=12
+x11-ssh-askpass*borderWidth: 0
+
gv.watchFile: 1
gv.saveposFilename: ~/.cache/gv.savepos
gv.style: gv_spartan.dat
-cp -v "$PWD/urxvtd\@.service" /etc/systemd/system/
+# Set keymaps
+sudo localectl set-x11-keymap --no-convert dvorak,ru pc104 ,phonetic_dvorak compose:ralt,grp:menu_toggle
+sudo localectl set-keymap --no-convert dvorak
+
+# Link the dotfiles
+hf=(.bashrc .gitconfig .inputrc .notmuch-config .vimrc .xinitrc .Xresources
+.vim .mutt/mailcap .mutt/msmtprc .mutt/muttrc .mutt/offlineimap.py
+.mutt/offlineimaprc .config/i3/bar .config/i3/config .config/i3/gpass.sh)
+for f in ${hf[*]}
+do
+ unlink "$HOME/$f" || true
+ ln -vs "$PWD/$f" "$HOME/$f"
+done