From 4a94bdea5184ba2ffe695757bc947823e59e98b0 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Feb 2023 16:22:17 -0600 Subject: update st in Xresources for my st-0.9 fork --- X11/Xresources | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'X11') diff --git a/X11/Xresources b/X11/Xresources index ea1c031..a91ee92 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -30,11 +30,11 @@ 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=18:antialias=true:autohint=true; -st.font2: Symbola:pixelsize=11:antialias=true:autohint=true; -st.borderpx: 0 +st.font: mononoki Nerd Font Mono:pixelsize=10:antialias=true:autohint=true; +st.font2: Symbola:pixelsize=10:antialias=true:autohint=true; +st.borderpx: 3 ! st alpha -st.alpha: 0.5 +! st.alpha: 0.5 ! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions) st.cursorshape: 6 ! thickness of underline and bar cursors @@ -60,6 +60,8 @@ st.bellvolume: 0 st.prompt_char: $ ! This option is can be preedit style. Available values: `root` `overthespot` (Default taken `root`) st.imstyle: root +! This option sets the number of spaces for a tab +st.tabspaces: 2 !! RXVT-Unicode (urxvt) config ! do not scroll with output -- cgit v1.2.3