diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-28 16:03:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-28 16:03:29 +0100 |
commit | 674454e37ed9dc3daf45b5daac5fd9202aaf7fba (patch) | |
tree | 4dcde3f993587b308bb102cc1ffc334dfe39444f /i3-config | |
parent | ed938f4217bef1f6e96dbe10e5cc153a87ac7860 (diff) |
xterm is now gray!
Diffstat (limited to '')
-rw-r--r-- | i3-config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -112,7 +112,9 @@ bindsym $mod+minus exec mdlinkopen #bindsym $mod+Return exec ~/.local/bin/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 +#bindsym $mod+Return exec xterm -fg black -bg Dark\ Sea\ Green -fa fixed -fs 12 +bindsym $mod+Return exec xterm -fg black -bg white -fa -fs 12 #bindsym $mod+Return exec xterm -fg green3 -fs 12 #bindsym $mod+Return exec xterm -fa terminus # bindsym $mod+Return exec xterm -fa "Cascadia Code Nerd Font" -fs 12 |