ghostty: open in home

This commit is contained in:
2026-04-25 22:34:42 -04:00
parent 72320e2332
commit 2ebb7fc90d

View File

@@ -115,8 +115,12 @@ in
"Mod+O".action = toggle-overview;
# open a terminal
"Mod+T".action = spawn config.home.sessionVariables.TERMINAL;
# 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"
];
# lock the screen
"Mod+X".action = spawn (lib.getExe pkgs.swaylock);