Use alacritty as default terminal
Now that alacritty supports undercurls let us switch back to using it as the default and foot as the back up.
This commit is contained in:
parent
f3190ffa0b
commit
8206103d7d
3 changed files with 8 additions and 7 deletions
|
@ -335,10 +335,12 @@ 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: /usr/bin/fish
|
program: tmux
|
||||||
# args:
|
args:
|
||||||
# - --command=tmux
|
- attach
|
||||||
|
- -t
|
||||||
|
- scratch
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
# Should display the render timer
|
# Should display the render timer
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
term = foot-extra
|
term = foot-extra
|
||||||
login-shell = no
|
login-shell = no
|
||||||
shell = tmux attach -t scratch
|
|
||||||
|
|
||||||
font = monospace:style=Regular:size=13
|
font = monospace:style=Regular:size=13
|
||||||
font-bold = monospace:style=Bold:size=13
|
font-bold = monospace:style=Bold:size=13
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $prev bracketleft
|
set $prev bracketleft
|
||||||
set $next bracketright
|
set $next bracketright
|
||||||
set $term foot
|
set $term alacritty
|
||||||
set $alt_term alacritty
|
set $alt_term foot
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue