i3: Switch to suckless simple terminal as default
Alacritty consumes way too much memory for a terminal, a consistent 100MB+ and at moments even more. We keep the config for alacritty which was added earlier but switch to st as default terminal.
This commit is contained in:
parent
bb9e575056
commit
9568ae5d8b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ font xft:URWGothic-Book 11
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Return exec st
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
Loading…
Reference in a new issue