diff options
author | Adrian Kummerlaender | 2016-12-04 21:53:54 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-12-04 21:53:54 +0100 |
commit | 9dfccfe61b0d5be8032590c5f71f157886a40f3c (patch) | |
tree | 0ca373863ce45642c275a1f851be0641e0c6b2e8 /xorg/.Xresources | |
parent | 64042957846ab08f03c6c7fd83b84640ccca47a1 (diff) | |
download | dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar.gz dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar.bz2 dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar.lz dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar.xz dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.tar.zst dotfiles-9dfccfe61b0d5be8032590c5f71f157886a40f3c.zip |
Add keybindings for runtime font-resizing to _URxvt_ config
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 7d8e9dc..69c2e3e 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -24,6 +24,10 @@ 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 |