Revert "Switch out alacritty for foot (terminal)"

This reverts commit 5323e880fe.
This commit is contained in:
Evie Litherland-Smith 2023-11-08 09:56:37 +00:00
parent afe009e665
commit e013fc5997
5 changed files with 4 additions and 10 deletions

View file

@ -34,7 +34,6 @@
./home/nyxt/default.nix
./home/alacritty.nix
./home/default.nix
./home/foot.nix
./home/kdeconnect.nix
./home/media.nix
./home/pass.nix

View file

@ -185,7 +185,7 @@
plugins = with pkgs.tmuxPlugins; [ yank tmux-fzf ];
extraConfig = ''
# https://old.reddit.com/r/tmux/comments/mesrci/tmux_2_doesnt_seem_to_use_256_colors/
set -ga terminal-overrides ",*256col*,foot:Tc"
set -ga terminal-overrides ",*256col*,alacritty:Tc"
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
set-environment -g COLORTERM "truecolor"

View file

@ -1,5 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.foot.enable = true;
}

View file

@ -102,10 +102,10 @@ in ''
# Common program shortcuts
bind = SUPER, Space, exec, rofi -replace -show combi
bind = SUPER SHIFT, Space, exec, rofi -replace -show run
bind = SUPER, Return, exec, foot
bind = SUPER, Return, exec, alacritty
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
bind = SUPER ALT, D, exec, [workspace 1] foot
bind = SUPER ALT, D, exec, [workspace 1] alacritty
bind = SUPER ALT, E, exec, [workspace 2] emacs
bind = SUPER ALT, W, exec, [workspace 3] nyxt
bind = SUPER ALT, F, exec, [workspace 4] thunar

View file

@ -8,7 +8,7 @@ in {
enable = true;
package = pkgs.rofi-wayland;
location = "center";
terminal = "${pkgs.foot}/bin/foot";
terminal = "${pkgs.alacritty}/bin/alacritty";
pass = {
enable = true;
package = pkgs.rofi-pass-wayland;