Revert "foot"

This reverts commit c8a440fcbffbf9a670e76f6d49a8563ce8cb33b0.

Changed files
+7 -30
home
modules
-22
home/foot.ini
···
-
font=monospace:size=11
-
-
[colors]
-
background=282828
-
foreground=d4be98
-
alpha=0.8
-
regular0=3c3836
-
regular1=ea6962
-
regular2=a9b665
-
regular3=d8a657
-
regular4=7daea3
-
regular5=d3869b
-
regular6=89b482
-
regular7=d4be98
-
bright0=3c3836
-
bright1=ea6962
-
bright2=a9b665
-
bright3=d8a657
-
bright4=7daea3
-
bright5=d3869b
-
bright6=89b482
-
bright7=d4be98
+4 -5
home/gui.nix
···
WALLPAPER = let wallpaper = ./wallpaper.jpg;
in pkgs.runCommand (builtins.baseNameOf wallpaper) { }
"cp ${wallpaper} $out";
-
TERMINAL = "foot";
+
TERMINAL = "alacritty";
};
pointerCursor = {
name = "Adwaita";
···
nvim = {
name = "Neovim";
genericName = "Text Editor";
-
exec = "foot -e nvim %F";
+
exec = "alacritty -e nvim %F";
terminal = false;
categories = [ "Application" "Utility" "TextEditor" ];
icon = "nvim";
···
aerc = {
name = "aerc";
genericName = "Mail Client";
-
exec = "foot -e aerc";
+
exec = "alacritty -e aerc";
terminal = false;
categories = [ "Office" "Network" "Email" "ConsoleOnly" ];
icon = "utilities-terminal";
···
ranger = {
name = "ranger";
type = "Application";
-
exec = "foot -e ranger";
+
exec = "alacritty -e ranger";
terminal = false;
categories = [ "ConsoleOnly" "System" "FileTools" "FileManager" ];
icon = "utilities-terminal";
···
"Thunar/uca.xml".source = ./thunar.xml;
"fontconfig/fonts.conf".source = ./fonts.conf;
"alacritty.toml".source = ./alacritty.toml;
-
"foot/foot.ini".source = ./foot.ini;
"Element/config.json".source = ./element.json;
"swappy/config".text = ''
[Default]
+1 -1
home/wm/config
···
set $mod Mod4
set $alt Mod1
-
set $term foot -e tmux
+
set $term alacritty -e tmux
set $browser exec firefox
set $SCRIPT_DIR $HOME/.config/@wm@/scripts
+1 -1
modules/gui/i3.nix
···
xss-lock
xsecurelock
redshift
-
foot
+
alacritty
rofi
dconf
rofimoji
+1 -1
modules/gui/sway.nix
···
wtype
gammastep
waybar
-
foot
+
alacritty
wofi
wofi-emoji
wdisplays