diff options
author | Amin Bandali <me@aminb.org> | 2014-10-28 22:27:51 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-28 22:27:51 -0400 |
commit | 5cb147f1c3fa8f319ee81f111c6531e982e78e38 (patch) | |
tree | 2dbd5280c9cf41b81789bdca2d78c88d12470833 /x/.Xresources | |
parent | d6e35f6acad691d85d3d337bdff68be7d7927a29 (diff) | |
download | configs-5cb147f1c3fa8f319ee81f111c6531e982e78e38.tar.gz configs-5cb147f1c3fa8f319ee81f111c6531e982e78e38.tar.xz configs-5cb147f1c3fa8f319ee81f111c6531e982e78e38.zip |
urxvt chaging font size on the fly
using https://aur.archlinux.org/packages/urxvt-font-size-git/
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x/.Xresources b/x/.Xresources index e13979c..30db99f 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -8,7 +8,7 @@ URxvt.boldFont: xft:Source Code Pro for Powerline-9:bold;hinting=True;antialias: URxvt.letterSpace: -1 -URxvt.perl-ext-common: default,clipboard,url-select +URxvt.perl-ext-common: default,clipboard,url-select,font-size URxvt.url-select.launcher: firefox URxvt.url-select.underline: true URxvt.keysym.M-u: perl:url-select:select_next @@ -19,3 +19,11 @@ URxvt.keysym.C-A-V: perl:clipboard:paste_escaped !URxvt.iconFile: /usr/share/icons/Numix-Circle/scalable/apps/utilities-terminal.svg URxvt.iconFile: /home/amin/.icons/Moka/96x96/apps/utilities-terminal.png + +URxvt.keysym.C-Up: perl:font-size:increase +URxvt.keysym.C-Down: perl:font-size:decrease +!URxvt.keysym.C-S-Up: perl:font-size:incglobal +!URxvt.keysym.C-S-Down: perl:font-size:decglobal +!URxvt.iso14755: false +!URxvt.iso14755_52: false + |