gdritter repos dotfiles / f86926e
some changes? i dont really remember what they were tbh Getty Ritter 8 years ago
3 changed file(s) with 10 addition(s) and 3 deletion(s). Collapse all Expand all
44 URxvt.transparent: true
55 URxvt.shading: 10
66 Urxvt.scrollBar: false
7 URxvt.font: xft:Inconsolata:style=Medium:size=10,xft:Symbola:style=Regular:size=10
7 URxvt.font: xft:Inconsolata:style=Medium:size=14,xft:Symbola:style=Regular:size=14
88 URxvt*.foreground: white
99 URxvt*.background: black
1010
6868 (use-package twittering-mode
6969 :ensure t
7070 :defer t
71 :init (setq twittering-use-master-password t))
71 :init (progn
72 (setq twittering-use-master-password t)
73 (setq twittering-cert-file "/etc/ssl/certs/ca-certificates.crt")))
7274
7375 ;; for redo syntax highlighting
7476 (add-to-list 'auto-mode-alist '("\\.do\\'" . sh-mode))
184186 :foundry "unknown"
185187 :slant normal
186188 :weight normal
187 :height 98
189 :height 140
188190 :width normal))))
189191 '(tex-verbatim
190192 ((t (:family "consolas"))))))
236238 (use-package ndbl-mode
237239 :ensure t)
238240 (use-package pico-ml-mode
241 :ensure t)
242 (use-package telml-mode
243 :ensure t)
244 (use-package yue-mode
239245 :ensure t)
240246
241247
6666 when fehBgExists $
6767 void (createProcess (proc "sh" ["/home/gdritter/.xm-init"]))
6868 xmproc <- spawnPipe "xmobar /home/gdritter/.xmobarrc"
69 void (spawnPipe "runsvdir /home/gdritter/.run/service")
6970 xmonad $ defaultConfig
7071 { modMask = mod4Mask
7172 , terminal = "urxvt -e tmux"