diff options
author | zachir <zachir@librem.one> | 2025-07-13 17:18:49 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-13 17:18:49 -0500 |
commit | a413b06132dc533345ffb67c91378571f764ee3b (patch) | |
tree | 29465cf1341aaefa7cfee57d36732403886d9adf /X11 | |
parent | 73bd0c98ba6add65e1bb8828d521b70eea393e42 (diff) | |
parent | b66538e421e6025d8d8314b28b5c27e315c4f9d7 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'X11')
-rw-r--r-- | X11/xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/xresources b/X11/xresources index 7115b96..3ec8036 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: Fira Code Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +!st.font: mononoki Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; !st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha @@ -76,7 +76,7 @@ URxvt.secondaryScreen: 1 URxvt.secondaryScroll: 0 URxvt.secondaryWheel: 1 ! URxvt font -URxvt.font: xft:Fira Code:regular:size=8,xft:symbola:regular:size=9 +URxvt.font: xft:mononoki:regular:size=8,xft:symbola:regular:size=9 ! fix font spacing URxvt.letterSpace: -1 ! Disable printing |