diff options
author | Franck Cuny <franck@fcuny.net> | 2020-09-12 14:18:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-09-12 14:18:18 -0700 |
commit | 7b361f9d7efc05520bb5c956306280342a10006e (patch) | |
tree | 1eba8b68375444b455bec23b422eaa0898f53909 /Xresources | |
parent | linux: new resource files for linux (diff) | |
download | emacs.d-7b361f9d7efc05520bb5c956306280342a10006e.tar.gz |
linux: a few more configs
Update Xresources with a few more things related to urxvt and font rendering. Update the xsession script to add redshift and load explicitly the content of Xresources.
Diffstat (limited to '')
-rw-r--r-- | Xresources | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/Xresources b/Xresources index a7b2200..dae0e3f 100644 --- a/Xresources +++ b/Xresources @@ -1,3 +1,26 @@ -Xft.dpi: 192 +Emacs*toolBar: 0 +Emacs*menuBar: 0 +Emacs*verticalScrollBars: off +URxvt.jumpScroll: true +URxvt.skipScroll: true +URxvt.saveLines: 32768 +URxvt.scrollBar: false +URxvt.internalBorder: 1 +URxvt.cursorBlink: 0 +URxvt.visualBell: off +URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard +URxvt.scrollstyle: next URxvt.font: xft:Bitstream Vera Sans Mono:size=10 + +Xft.dpi: 192 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintslight +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + +XTerm.vt100.termName: xterm-256color + + |