diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-22 13:13:34 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-22 13:13:34 +0100 |
commit | e4b2c315462a263852e496931b92ae532f594c6c (patch) | |
tree | 2814d9e845fa865ad304274b1b3af9b6cf4e751d | |
parent | 4539334a95921a26528c2605ac71b0e132089088 (diff) |
Adds Cascadia Code as the font
Diffstat (limited to '')
-rw-r--r-- | Xresources | 5 | ||||
-rw-r--r-- | i3-config | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,9 @@ xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 /* xterm*faceSize:10 */ /* xterm*font: terminus-16 */ /* xterm*boldFont: terminus-16 */ -xterm*faceName: Iosevka Nerd Font Mono -xterm*faceSize: 14 +/* xterm*faceName: Iosevka Nerd Font Mono */ +xtere*faceName: "Cascadia Code" +xterm*faceSize: 18 xterm*vt100*geometry: 80x50 xterm*background: black xterm*foreground: white @@ -103,7 +103,7 @@ bindsym $mod+minus exec mdlinkopen #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 xterm +bindsym $mod+Return exec xterm -fa "Cascadia Code" -fs 12 #bindsym $mod+Return exec gnome-terminal #bindsym $mod+Return exec alacritty #bindsym $mod+Return exec i3-sensible-terminal |