home/desktop: Spawn single terminal instance
This commit is contained in:
parent
8a96e3010c
commit
f379b90fe9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
|
|
||||||
binds = with config.lib.niri.actions; {
|
binds = with config.lib.niri.actions; {
|
||||||
# Application spawning
|
# Application spawning
|
||||||
"Mod+Return".action = spawn [ kitty ];
|
"Mod+Return".action = spawn [ kitty "--single-instance" ];
|
||||||
"Mod+Shift+Return".action = spawn [ kitty "--app-id" "private" nushell "--no-history" ];
|
"Mod+Shift+Return".action = spawn [ kitty "--app-id" "private" nushell "--no-history" ];
|
||||||
"Mod+E".action = spawn [ fuzzel ];
|
"Mod+E".action = spawn [ fuzzel ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue