diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 2 | ||||
-rw-r--r-- | x/.xinitrc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x/.Xresources b/x/.Xresources index d544342..855758d 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -38,7 +38,7 @@ URxvt*inheritPixmap: False | |||
38 | 38 | ||
39 | ! special | 39 | ! special |
40 | *.foreground: #c6c8d1 | 40 | *.foreground: #c6c8d1 |
41 | *.background: #0c0c0f | 41 | *.background: #000000 |
42 | *.cursorColor: #c6c8d1 | 42 | *.cursorColor: #c6c8d1 |
43 | 43 | ||
44 | ! black | 44 | ! black |
@@ -1,3 +1,4 @@ | |||
1 | #exec dbus-launch --exit-with-session spectrwm | ||
1 | xrdb ~/.Xresources & | 2 | xrdb ~/.Xresources & |
2 | urxvtd & | 3 | xset s 600 & |
3 | exec dbus-launch --exit-with-session spectrwm | 4 | exec dbus-launch --exit-with-session spectrwm |