home: Switch from foot to kitty

This commit is contained in:
fleaz 2023-01-13 00:50:53 +01:00
parent fc8eaab5d4
commit 5c393b3e4a
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 18 additions and 31 deletions

View file

@ -38,7 +38,7 @@ in
gaps = { inner = 8; };
window.border = 0;
workspaceAutoBackAndForth = true;
terminal = "foot";
terminal = "kitty";
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
@ -61,8 +61,9 @@ in
playerctl = "${pkgs.playerctl}/bin/playerctl";
in
{
"${mod}+Return" = "exec foot";
"${mod}+Return" = "exec kitty";
"${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";