fix ghostty launching

This commit is contained in:
EdenQwQ 2025-08-28 09:27:23 +08:00
parent 7a5078a8c6
commit 5e9de3c83f

View file

@ -48,7 +48,10 @@
}) config.monitors;
binds = with config.lib.niri.actions; {
"Mod+Return".action = spawn "kitty";
"Mod+Shift+Return".action = spawn "ghostty";
"Mod+Shift+Return".action = spawn [
"ghostty"
"--launched-from=desktop"
];
"Mod+P".action = spawn [
"sh"
"-c"