some changes? i dont really remember what they were tbh
Getty Ritter
9 years ago
| 4 | 4 |
URxvt.transparent: true
|
| 5 | 5 |
URxvt.shading: 10
|
| 6 | 6 |
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
|
| 8 | 8 |
URxvt*.foreground: white
|
| 9 | 9 |
URxvt*.background: black
|
| 10 | 10 |
|
| 68 | 68 |
(use-package twittering-mode
|
| 69 | 69 |
:ensure t
|
| 70 | 70 |
: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")))
|
| 72 | 74 |
|
| 73 | 75 |
;; for redo syntax highlighting
|
| 74 | 76 |
(add-to-list 'auto-mode-alist '("\\.do\\'" . sh-mode))
|
|
| 184 | 186 |
:foundry "unknown"
|
| 185 | 187 |
:slant normal
|
| 186 | 188 |
:weight normal
|
| 187 | |
:height 98
|
| 189 |
:height 140
|
| 188 | 190 |
:width normal))))
|
| 189 | 191 |
'(tex-verbatim
|
| 190 | 192 |
((t (:family "consolas"))))))
|
|
| 236 | 238 |
(use-package ndbl-mode
|
| 237 | 239 |
:ensure t)
|
| 238 | 240 |
(use-package pico-ml-mode
|
| 241 |
:ensure t)
|
| 242 |
(use-package telml-mode
|
| 243 |
:ensure t)
|
| 244 |
(use-package yue-mode
|
| 239 | 245 |
:ensure t)
|
| 240 | 246 |
|
| 241 | 247 |
|
| 66 | 66 |
when fehBgExists $
|
| 67 | 67 |
void (createProcess (proc "sh" ["/home/gdritter/.xm-init"]))
|
| 68 | 68 |
xmproc <- spawnPipe "xmobar /home/gdritter/.xmobarrc"
|
| 69 |
void (spawnPipe "runsvdir /home/gdritter/.run/service")
|
| 69 | 70 |
xmonad $ defaultConfig
|
| 70 | 71 |
{ modMask = mod4Mask
|
| 71 | 72 |
, terminal = "urxvt -e tmux"
|