systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 45d4b13e96a0d82edf01958b5234d4073f3e3b9e
parent 75d7a91191a4304133bf212e55506956cf57d843
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri, 27 Jan 2023 09:31:55 +0200

change xterm font config to support italic

I don't get italic with terminus

dotfiles/.i3/config | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Diffstat:
Mdotfiles/.i3/config | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.i3/config b/dotfiles/.i3/config @@ -34,8 +34,10 @@ bindsym $mod+a exec st bindsym $mod+x exec mlterm -O none --bg=#000000 --fg=#E0E0E0 #bindsym $mod+x exec mlterm -O right --bg=#000000 --fg=#E0E0E0 #bindsym $mod+b exec xterm -fa "Liberation Mono:pixelsize=16:antialias=true:autohint=true" -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF -bindsym $mod+b exec xterm -fa "Terminus:pixelsize=17" -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF -bindsym $mod+Shift+b exec xterm -fa "Terminus:pixelsize=37" -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF +#no italic - bindsym $mod+b exec xterm -fa "Terminus:pixelsize=17" -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF +#no italic - bindsym $mod+Shift+b exec xterm -fa "Terminus:pixelsize=37" -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF +bindsym $mod+b exec xterm -fa "Monospace Regular:antialias=false" -fs 13 -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF +bindsym $mod+Shift+b exec xterm -fa "Monospace Regular:antialias=false" -fs 17 -xrm xterm*Color4:rgb:86/91/FF -xrm xterm*Color12:rgb:AF/B0/FF #bad colors - xterm -xrm xterm*Background:rgb:1a/1a/1a -xrm xterm*Foreground:rgb:d6/d6/d6 -xrm xterm*Color0:rgb:00/00/00 -xrm xterm*Color1:rgb:9e/18/28 -xrm xterm*Color2:rgb:00/88/00 -xrm xterm*Color3:rgb:96/8a/38 -xrm xterm*Color4:rgb:41/41/71 -xrm xterm*Color5:rgb:96/3c/59 -xrm xterm*Color6:rgb:41/81/79 -xrm xterm*Color7:rgb:be/be/be -xrm xterm*Color8:rgb:66/66/66 -xrm xterm*Color9:rgb:cf/61/71 -xrm xterm*Color10:rgb:7c/bc/8c -xrm xterm*Color11:rgb:ff/f7/96 -xrm xterm*Color12:rgb:41/86/be -xrm xterm*Color13:rgb:cf/9e/be -xrm xterm*Color14:rgb:71/be/be -xrm xterm*Color15:rgb:ff/ff/ff