diff options
author | Adrian Kummerlaender | 2014-06-12 22:15:15 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-06-12 22:15:15 +0200 |
commit | bc9795c86a900b55c6184ae69fea20fec015a347 (patch) | |
tree | 50ee5df8bf29a8d69a7a21746c24da689b41153b /xorg/.Xresources | |
parent | 6ce88105c0b42adac401cbea23484f0f1e1e029a (diff) | |
download | dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.gz dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.bz2 dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.lz dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.xz dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.tar.zst dotfiles-bc9795c86a900b55c6184ae69fea20fec015a347.zip |
Configuration changes caused by new laptop
* I recently acquired a new laptop which I am currently setting up
* Updated conky to display temperature and fan speed data of Thinkpad x220
* removed notification daemon from i3 autostart, added nm-applet
* prevented "Template" directory from being created
* changed urxvt terminal font
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index f8f17bb..48d0c75 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -2,7 +2,7 @@ URxvt.foreground: white URxvt.background: black URxvt.scrollBar: false URxvt.transparent: false -URxvt.font: xft:monospace:size=8 +URxvt.font: xft:Droid Sans Mono:size=8 URxvt.perl-ext-common: vtwheel,matcher,clipboard URxvt.saveLines: 10000 URxvt.inheritPixmap: false |