mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
fix ghostty launching
This commit is contained in:
parent
7a5078a8c6
commit
5e9de3c83f
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue