alacritty: add config with color switching, use as terminal in i3

This commit is contained in:
2020-05-06 22:58:38 +02:00
parent ebd7b86e4c
commit aa1690a445
3 changed files with 35 additions and 1 deletions

View File

@ -22,7 +22,7 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 3
floating_modifier $mod
# start a terminal
bindsym $mod+Shift+Return exec "emacsclient -n -c --eval '(vterm)'"
bindsym $mod+Shift+Return exec alacritty
# start new Emacs frame
bindsym $mod+e exec "emacsclient -n -c"