exit bind

This commit is contained in:
minish 2025-01-01 01:31:02 -05:00
parent 13f46f49ce
commit dbcff2179e
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = ["$mod, Return, exec, ${pkgs.kitty}/bin/kitty"];
bind = [
"$mod, Return, exec, ${pkgs.kitty}/bin/kitty"
"$mod, M, exit,"
];
}; };
}; };
} }