Revert "Switch out alacritty for foot (terminal)"
This reverts commit 5323e880fe
.
This commit is contained in:
parent
afe009e665
commit
e013fc5997
|
@ -34,7 +34,6 @@
|
||||||
./home/nyxt/default.nix
|
./home/nyxt/default.nix
|
||||||
./home/alacritty.nix
|
./home/alacritty.nix
|
||||||
./home/default.nix
|
./home/default.nix
|
||||||
./home/foot.nix
|
|
||||||
./home/kdeconnect.nix
|
./home/kdeconnect.nix
|
||||||
./home/media.nix
|
./home/media.nix
|
||||||
./home/pass.nix
|
./home/pass.nix
|
||||||
|
|
|
@ -185,7 +185,7 @@
|
||||||
plugins = with pkgs.tmuxPlugins; [ yank tmux-fzf ];
|
plugins = with pkgs.tmuxPlugins; [ yank tmux-fzf ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# https://old.reddit.com/r/tmux/comments/mesrci/tmux_2_doesnt_seem_to_use_256_colors/
|
# 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 -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
|
||||||
set-environment -g COLORTERM "truecolor"
|
set-environment -g COLORTERM "truecolor"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.foot.enable = true;
|
|
||||||
}
|
|
|
@ -102,10 +102,10 @@ in ''
|
||||||
# Common program shortcuts
|
# Common program shortcuts
|
||||||
bind = SUPER, Space, exec, rofi -replace -show combi
|
bind = SUPER, Space, exec, rofi -replace -show combi
|
||||||
bind = SUPER SHIFT, Space, exec, rofi -replace -show run
|
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 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, E, exec, [workspace 2] emacs
|
||||||
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
||||||
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
||||||
|
|
|
@ -8,7 +8,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi-wayland;
|
||||||
location = "center";
|
location = "center";
|
||||||
terminal = "${pkgs.foot}/bin/foot";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
pass = {
|
pass = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-pass-wayland;
|
package = pkgs.rofi-pass-wayland;
|
||||||
|
|
Loading…
Reference in a new issue