ghostty: fix???
All checks were successful
Build and Deploy / mreow (push) Successful in 1m20s
Build and Deploy / yarn (push) Successful in 54s
Build and Deploy / muffin (push) Successful in 1m14s

This commit is contained in:
2026-04-26 01:11:09 -04:00
parent 4b173ef164
commit 141754ca39
2 changed files with 9 additions and 6 deletions

View File

@@ -115,12 +115,8 @@ in
"Mod+O".action = toggle-overview;
# open a terminal — pass --working-directory=home so the gtk-single-instance
# daemon doesn't keep handing back whatever cwd the focused window has.
"Mod+T".action = spawn [
config.home.sessionVariables.TERMINAL
"--working-directory=home"
];
# open a terminal
"Mod+T".action = spawn config.home.sessionVariables.TERMINAL;
# lock the screen
"Mod+X".action = spawn (lib.getExe pkgs.swaylock);