diff options
author | Adrian Kummerlaender | 2016-12-25 21:58:49 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-12-25 21:58:49 +0100 |
commit | 7b566f7e88faa91185b653f9ab964ffe5dfac894 (patch) | |
tree | 1afd40a5216be675814cabdb3d46cbcba28d8d4b /xorg | |
parent | dc372b427ede06e2f1aa5954116cb46d81a10741 (diff) | |
download | dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar.gz dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar.bz2 dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar.lz dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar.xz dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.tar.zst dotfiles-7b566f7e88faa91185b653f9ab964ffe5dfac894.zip |
Use plugin for dynamic font resizing in `urxvt`, decrease letter spacing
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.Xresources | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 69c2e3e..384b04b 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,12 +1,13 @@ URxvt.saveLines: 10000 URxvt.scrollBar: false -URxvt.font: xft:Fantasque Sans Mono:pixelsize=12 +URxvt.font: xft:Fantasque Sans Mono:size=10 +URxvt.letterSpace: -1 URxvt.transparent: false URxvt.inheritPixmap: false URxvt.fading: 20 URxvt.dynamicColors: on -URxvt.perl-ext-common: default,matcher,clipboard +URxvt.perl-ext-common: default,matcher,clipboard,resize-font URxvt.matcher.button: 1 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] URxvt.url-launcher: firefox @@ -24,10 +25,6 @@ URxvt.keysym.M-Right: \033[1;3C URxvt.keysym.M-c: perl:clipboard:copy URxvt.keysym.M-v: perl:clipboard:paste -URxvt.keysym.Control-minus: command:\033]710;xft:Fantasque Sans Mono:pixelsize=10\007 -URxvt.keysym.Control-0: command:\033]710;xft:Fantasque Sans Mono:pixelsize=12\007 -URxvt.keysym.Control-plus: command:\033]710;xft:Fantasque Sans Mono:pixelsize=14\007 - URxvt.background: #161616 URxvt.foreground: #F2F2F2 |