Revert "Swap alacritty for foot (terminal)"
This reverts commit 48793f9718
.
This commit is contained in:
parent
6595543ac0
commit
1f71cdfcd1
|
@ -7,7 +7,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./sway/default.nix
|
||||
./foot/default.nix
|
||||
./alacritty/default.nix
|
||||
./avizo/default.nix
|
||||
./fuzzel/default.nix
|
||||
./swaylock/default.nix
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
fuzzy = true;
|
||||
filter-desktop = true;
|
||||
terminal = with config.programs; "${
|
||||
if foot.enable
|
||||
then foot.package
|
||||
else pkgs.foot
|
||||
}/bin/foot -e";
|
||||
if alacritty.enable
|
||||
then alacritty.package
|
||||
else pkgs.alacritty
|
||||
}/bin/alacritty -e";
|
||||
lines = 24;
|
||||
width = 80;
|
||||
tabs = 4;
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
terminal = with config.programs; "${
|
||||
if foot.enable
|
||||
then foot.package
|
||||
else pkgs.foot
|
||||
}/bin/foot";
|
||||
if alacritty.enable
|
||||
then alacritty.package
|
||||
else pkgs.alacritty
|
||||
}/bin/alacritty";
|
||||
font = fonts.monospace.name;
|
||||
location = "center";
|
||||
plugins = with pkgs; [rofi-emoji];
|
||||
|
|
|
@ -39,7 +39,7 @@ in {
|
|||
};
|
||||
};
|
||||
modifier = "Mod4";
|
||||
terminal = "${config.programs.foot.package}/bin/foot";
|
||||
terminal = "${config.programs.alacritty.package}/bin/alacritty";
|
||||
menu = "${config.programs.fuzzel.package}/bin/fuzzel";
|
||||
workspaceAutoBackAndForth = true;
|
||||
bars = [];
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"max-length" = 50;
|
||||
"rewrite" = {
|
||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||
"(foot.*)" = " $1";
|
||||
"(alacritty.*)" = " $1";
|
||||
"(.*) - mpv" = " $1";
|
||||
"swayimg: (.*)" = " $1";
|
||||
"(btm)" = " Resource Usage [$1]";
|
||||
|
|
Loading…
Reference in a new issue