Revert "home: Switch from foot to kitty"

This reverts commit 5c393b3e4a.
This reverts commit c49674d35f.
This commit is contained in:
fleaz 2023-01-20 11:47:20 +01:00
parent bd053e9063
commit ac53db2be0
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 31 additions and 22 deletions

View file

@ -38,7 +38,7 @@ in
gaps = { inner = 8; };
window.border = 0;
workspaceAutoBackAndForth = true;
terminal = "kitty";
terminal = "foot";
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
@ -61,9 +61,8 @@ in
playerctl = "${pkgs.playerctl}/bin/playerctl";
in
{
"${mod}+Return" = "exec kitty";
"${mod}+Return" = "exec foot";
"${mod}+p" = "exec ${pkgs.wofi}/bin/wofi --show drun";
"${mod}+Shift+p" = "exec ${pkgs.albert}/bin/albert toggle";
"${mod}+Shift+c" = "reload";
"${mod}+Shift+q" = "kill";