remove foot, switch to alacritty
foot has this problem where, if you open a TUI app and then close it, the terminal color scheme goes back to the preconfigured colors rather than keep using pywal colors. This particular problem isn't there in Alacritty, however alacritty does not support sixel for image previes, so currently using the sixel patched version of alacritty: https://github.com/ayosec/alacritty
This commit is contained in:
parent
489744dc90
commit
94b96a4cbf
|
|
@ -89,7 +89,7 @@ persistent_logging = false
|
||||||
render_timer = false
|
render_timer = false
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 12
|
size = 13
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrains Mono Nerd Font"
|
family = "JetBrains Mono Nerd Font"
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@ autogenerated = 0
|
||||||
###################
|
###################
|
||||||
### MY PROGRAMS ###
|
### MY PROGRAMS ###
|
||||||
###################
|
###################
|
||||||
$terminal = foot
|
$terminal = alacritty
|
||||||
$menu = fuzzel
|
$menu = fuzzel
|
||||||
$browser = librewolf
|
$browser = zen-browser
|
||||||
$passwordmanager = keepmenu
|
$passwordmanager = keepmenu
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -265,7 +265,7 @@ bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Have scratchpad like DWM which opens alacritty in special workspace
|
# Have scratchpad like DWM which opens alacritty in special workspace
|
||||||
workspace = special:h, on-created-empty: foot
|
workspace = special:h, on-created-empty: alacritty
|
||||||
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="foot"
|
export TERMINAL="alacritty"
|
||||||
export TERMINAL_PROG="foot"
|
export TERMINAL_PROG="alacritty"
|
||||||
export BROWSER="librewolf"
|
export BROWSER="zen-browser"
|
||||||
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ export pkg_utils=(
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
"fd"
|
"fd"
|
||||||
"ffmpegthumbnailer"
|
"ffmpegthumbnailer"
|
||||||
"foot"
|
|
||||||
"fuzzel"
|
"fuzzel"
|
||||||
"fzf"
|
"fzf"
|
||||||
"gammastep"
|
"gammastep"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue