From ec56dcbec0909901a6e6910947b9dbb714b92cc7 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 4 Apr 2023 09:41:01 +0530 Subject: [PATCH] Revert "Use alacritty as default terminal" This reverts commit 8206103d7d99ded3a96ea9e61a7c0d569bb921c2. 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. --- alacritty/.config/alacritty/alacritty.yml | 10 ++++------ foot/.config/foot/foot.ini | 1 + sway/.config/sway/config | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index c4f7a28..9b82294 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -334,12 +334,10 @@ live_config_reload: true # # 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. -shell: - program: tmux - args: - - attach - - -t - - scratch +# shell: +# program: /usr/bin/fish +# args: +# - --command=tmux debug: # Should display the render timer diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index cd56948..7c959dc 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -2,6 +2,7 @@ term = foot-extra login-shell = no +shell = tmux attach -t scratch font = monospace:style=Medium Italic:size=13 font-bold = monospace:style=Bold:size=13 diff --git a/sway/.config/sway/config b/sway/.config/sway/config index a7333ff..d1b63b2 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -1,8 +1,8 @@ set $mod Mod4 set $prev bracketleft set $next bracketright -set $term alacritty -set $alt_term foot +set $term foot +set $alt_term alacritty set $menu fuzzel 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