Add ghostty

This commit is contained in:
2024-12-01 19:20:52 +00:00
parent 47527f8dfc
commit c18f70fab0
5 changed files with 109 additions and 11 deletions

View File

@@ -49,11 +49,12 @@ in {
scale = "1.33";
};
};
modifier = mod;
keybindings = {
"${mod}+Return" = "exec wezterm";
"${mod}+Return" = "exec ghostty";
"${mod}+q" = "kill";
"${mod}+d" = "exec tofi-drun --drun-launch=true";
"${hyper}+Return" = "exec wezterm";
"${hyper}+Return" = "exec ghostty";
"${hyper}+q" = "kill";
"${hyper}+d" = "exec tofi-drun --drun-launch=true";