diff options
author | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
commit | 90a7d7ceb3087efc6bd528c5930d62ab3237fe13 (patch) | |
tree | f2a4105a5ee2cc3c586184813980be8876564482 /Xdefaults | |
parent | 57aad4d5284bfecfbe8c3d30dd5ae5c65534ac68 (diff) |
Change st zoom keybind
Diffstat (limited to 'Xdefaults')
-rw-r--r-- | Xdefaults | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,7 +4,7 @@ ! #define font1 xft:minecraft enchantment:minispace=False:size=10:antialias=true ! #define spacing -2 -#define font1 xft:mononoki:minispace=False:size=10:antialias=true +#define font1 xft:mononoki:minispace=False:size=14:antialias=true #define spacing 2 #define font2 xft:MesloLGM Nerd Font Mono:minispace=False:size=10 @@ -100,3 +100,10 @@ URxvt*scrollTtyKeypress: true URxvt.keysym.Shift-Control-V: eval:paste_clipboard URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard + + +*label.renderTable: variable +*.renderTable.variable.fontName: Sans +*.renderTable.variable.fontSize: 10 +*.renderTable.variable.fontType: FONT_IS_XFT + |