diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-12-14 15:33:48 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-12-14 15:33:48 +0530 |
| commit | 94b96a4cbf46a846f481a8676da34a1a839e1148 (patch) | |
| tree | ab989e36f5d8b51539ba7c702927830ac39cbc72 /.config/hypr/hyprland.conf | |
| parent | 489744dc90fee59840ab62fcb960079d532a64a2 (diff) | |
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
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 635b181..18865eb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,9 +4,9 @@ autogenerated = 0 ################### ### MY PROGRAMS ### ################### -$terminal = foot +$terminal = alacritty $menu = fuzzel -$browser = librewolf +$browser = zen-browser $passwordmanager = keepmenu @@ -265,7 +265,7 @@ bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic # 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 |
