diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:50:03 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:50:03 +0100 |
commit | a6ddf9e879c33ae70786abbf149a9e16ae34537e (patch) | |
tree | e2247cca414fd676c92861b615bbedec1d2920ff | |
parent | bcca5d1e2cead75878ca1716764c65e5da8ce90e (diff) |
Move xterm tweaks for i3 launching
Diffstat (limited to '')
-rw-r--r-- | i3-config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -114,7 +114,8 @@ bindsym $mod+minus exec mdlinkopen #bindsym $mod+Return exec xfce4-terminal #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 black -bg white -fa Ubuntu\ Mono -fs 12 +bindsym $mod+Return exec xterm -fg Sky\ Blue -bg black -fa Ubuntu\ Mono -fs 14 #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 |