Revert "Use alacritty as default terminal"

This reverts commit 8206103d7d.

alacritty master seems to be broken with specifying shell args or
at least seems like it. Starting tmux with alacritty master does
not show any typed characters or cursor.
This commit is contained in:
Sanchayan Maity 2023-04-04 09:41:01 +05:30
parent a7895acab1
commit ec56dcbec0
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
3 changed files with 7 additions and 8 deletions

View File

@ -334,12 +334,10 @@ live_config_reload: true
# #
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish. # You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
# Entries in shell.args are passed unmodified as arguments to the shell. # Entries in shell.args are passed unmodified as arguments to the shell.
shell: # shell:
program: tmux # program: /usr/bin/fish
args: # args:
- attach # - --command=tmux
- -t
- scratch
debug: debug:
# Should display the render timer # Should display the render timer

View File

@ -2,6 +2,7 @@
term = foot-extra term = foot-extra
login-shell = no login-shell = no
shell = tmux attach -t scratch
font = monospace:style=Medium Italic:size=13 font = monospace:style=Medium Italic:size=13
font-bold = monospace:style=Bold:size=13 font-bold = monospace:style=Bold:size=13

View File

@ -1,8 +1,8 @@
set $mod Mod4 set $mod Mod4
set $prev bracketleft set $prev bracketleft
set $next bracketright set $next bracketright
set $term alacritty set $term foot
set $alt_term foot set $alt_term alacritty
set $menu fuzzel set $menu fuzzel
set $screenshot grim ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png set $screenshot grim ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $screenclip slurp | grim -g - ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png set $screenclip slurp | grim -g - ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png