diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:03:43 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:03:43 -0400 |
commit | 5aa63ceeb88128ab2d4c03fd5bd941b2e5d730d7 (patch) | |
tree | 2fa3cec6a2fabc1d258a9344dba176f3bd1b8ba3 /.Xresources | |
parent | Clean up xkb layout a bit (diff) |
terminal fonts
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 15feda3..b85c9c6 100644 --- a/.Xresources +++ b/.Xresources @@ -15,9 +15,9 @@ URxvt*color12: #0088FF URxvt.underlineColor: yellow URxvt.saveLines: 8192 URxvt.mapAlert: true -URxvt.font: xft:Input Mono Medium:size=7,xft:Inconsolata:size=7,xft:DejaVu Sans Mono:size=7,xft:Liberation Mono:size=7 +URxvt.font: xft:Inconsolata:size=7,xft:Input Mono Medium:size=7,xft:DejaVu Sans Mono:size=7,xft:Liberation Mono:size=7 URxvt.perl-lib: /home/ryan/.urxvt -URxvt.perl-ext-common: default,matcher,font-size +URxvt.perl-ext-common: default,matcher,font-size,-searchable-scrollback //URxvt*bellCommand: zenity --info --text="Bell in URxvt" URxvt*urlLauncher: google-chrome URxvt.matcher.button: 1 @@ -39,6 +39,7 @@ Xft.hintstyle: hintfull Xft.rgba: bgr Xpdf*fileFilterStyle: filter_hidden_files xautolock.locker: xscreensaver-command -lock +xterm*faceName: spleen:pixelsize=12:antialias=false xscreensaver.cycle: 0:10:00 xscreensaver.dpmsEnabled: True xscreensaver.dpmsQuickOff: True |