diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-08 14:29:34 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-08 14:29:34 +0100 |
commit | ea357d7d6022386eddb4ff55fb7443991732648e (patch) | |
tree | 0aafa82e4718156e148303042d4aae5492ec9249 | |
parent | f806c0df71a6120c120a363009b2940f5b9d1097 (diff) |
Sergei font in xterm!
-rw-r--r-- | Xresources | 4 | ||||
-rw-r--r-- | i3-config | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,6 @@ /* xterm*font: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO10646-1 */ -xterm*font: fixed +/* xterm*font: -misc-fixed-medium-r-normal-*-13-100-100-*-c-70-iso8859-1 */ +/* xterm*font: fixed */ +xterm*font: *-fixed-*-*-*-20-* xterm*background: black xterm*foreground: white @@ -101,8 +101,9 @@ bindsym $mod+minus exec mdlinkopen # start a terminal #bindsym $mod+Return exec alacritty #bindsym $mod+Return exec xterm -itc -en en_GB.UTF-8 -bindsym $mod+Return exec xfce4-terminal +#bindsym $mod+Return exec xfce4-terminal #bindsym $mod+Return exec xterm +bindsym $mod+Return exec gnome-terminal #bindsym $mod+Return exec alacritty #bindsym $mod+Return exec i3-sensible-terminal #bindsym $mod+Return exec urxvt |