gdritter repos dotfiles / a5b627e
misc changes from mu Getty Ritter 8 years ago
3 changed file(s) with 9 addition(s) and 2 deletion(s). Collapse all Expand all
77 URxvt.font: xft:Inconsolata:style=Medium:size=10,xft:Symbola:style=Regular:size=10
88 URxvt*.foreground: white
99 URxvt*.background: black
10
11 Emacs.font: Inconsolata
12 Emacs.fontBackend: xft
13 Emacs.menuBar: off
14 Emacs.toolBar: -1
15 Emacs.verticalScrollBars: off
5252 ;; unicode stuff
5353 (use-package unicode-fonts
5454 :ensure t
55 :defer t
5556 :init (unicode-fonts-setup))
5657
5758
6565 fehBgExists <- doesFileExist "/home/gdritter/.xm-init"
6666 when fehBgExists $
6767 void (createProcess (proc "sh" ["/home/gdritter/.xm-init"]))
68 xmproc <- spawnPipe "/usr/bin/xmobar /home/gdritter/.xmobarrc"
68 xmproc <- spawnPipe "xmobar /home/gdritter/.xmobarrc"
6969 xmonad $ defaultConfig
7070 { modMask = mod4Mask
71 , terminal = "urxvt"
71 , terminal = "urxvt -e tmux"
7272 , keys = myKeys <+> keys defaultConfig
7373 , layoutHook = myLayout
7474 , normalBorderColor = normalColor grayScheme