diff options
| author | Blista Kanjo | 2023-05-25 18:05:27 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-05-25 18:05:27 -0400 |
| commit | 2c416f1e61d7dc7827b0bb15c01a64dee8784887 (patch) | |
| tree | f1efd24044d1a5df32dc1761d33ef5960c8cacc8 /.Xresources | |
| parent | 7f1a7a706348e4d6efa3325c762c4123f5d5504d (diff) | |
refactor: added font resizing keybind
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index f39f10d..39ab85c 100644 --- a/.Xresources +++ b/.Xresources @@ -228,10 +228,12 @@ URxvt.visualBell: false !Xcursor.size: 32 XTerm.vt100.faceName: JetBrains Mono:size=10:antialias=true -XTerm.vt100.font: 7x13 +XTerm.vt100.font: -misc-jetbrains mono-medium-r-normal--10-100-75-75-m-60-iso8859-1 XTerm.vt100.translations: #override \n\ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ - Ctrl Shift <Key>V: insert-selection(CLIPBOARD) + Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ + Ctrl <Key> minus: smaller-vt-font() \n\ + Ctrl <Key> plus: larger-vt-font() URxvt.font: xft: JetBrains Mono:size=10:antialias=true |
