diff options
author | zachir <zachir@librem.one> | 2023-02-12 01:35:37 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-12 01:37:07 -0600 |
commit | 94b1636a0e9cb766a857ac27e46c4326049a62c2 (patch) | |
tree | 7fedc55bdde4453911b7daad9b024852d8db60ac /X11 | |
parent | 2c49c2a65e55988eae743a0046b847e6c99b6eab (diff) |
set st font size to 18
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/Xresources b/X11/Xresources index 874b459..ea1c031 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -30,7 +30,7 @@ st.termname: st-256color st.shell: /usr/bin/tmux ! The following options options can be reloaded via USR1 signal. -st.font: mononoki Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +st.font: mononoki Nerd Font Mono:pixelsize=18:antialias=true:autohint=true; st.font2: Symbola:pixelsize=11:antialias=true:autohint=true; st.borderpx: 0 ! st alpha |