summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-08-01 14:05:29 +0200
committerjeschli <jeschli@gmail.com>2018-08-01 14:05:29 +0200
commit33577e0fb43fd6539c53d4dae25dfdc9b540b0e2 (patch)
tree28ecceadd52b128650ba9dea5c60f850ea4cc121 /jeschli/2configs
parent49bfd805d525889c191137800892ce254f2c4c0b (diff)
j xserver: removed dpi; modified urxvt font-size
Diffstat (limited to 'jeschli/2configs')
-rw-r--r--jeschli/2configs/xserver/Xresources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/jeschli/2configs/xserver/Xresources.nix b/jeschli/2configs/xserver/Xresources.nix
index adf06ee6..ebe7159f 100644
--- a/jeschli/2configs/xserver/Xresources.nix
+++ b/jeschli/2configs/xserver/Xresources.nix
@@ -5,7 +5,6 @@ with import <stockholm/lib>;
pkgs.writeText "Xresources" /* xdefaults */ ''
Xcursor.theme: aero-large-drop
Xcursor.size: 128
- Xft.dpi: 144
URxvt*cutchars: "\\`\"'&()*,;<=>?@[]^{|}‘’"
URxvt*eightBitInput: false
@@ -22,7 +21,8 @@ pkgs.writeText "Xresources" /* xdefaults */ ''
URxvt*charClass: 33:48,37:48,45-47:48,64:48,38:48,61:48,63:48
URxvt*cutNewline: False
URxvt*cutToBeginningOfLine: False
-
+ URxvt*font: xft:Monospace:size=12
+ URxvt*font: xft:Monospace:size=12:bold
URxvt*color0: #232342
URxvt*color3: #c07000
URxvt*color4: #4040c0