Switch back to using foot as the default terminal

This commit is contained in:
Sanchayan Maity 2024-11-26 16:50:35 +05:30
parent 45dd7c4e20
commit 198d333a79
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3
3 changed files with 3 additions and 6 deletions

View file

@ -147,10 +147,6 @@ multiplier = 3
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[terminal.shell]
args = ["attach", "-t", "scratch"]
program = "tmux"
[window]
decorations = "none"
dynamic_padding = true

View file

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

View file

@ -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 $(xdg-user-dir PICTURES)/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $screenclip slurp | grim -g - $(xdg-user-dir PICTURES)/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png