home/desktop: Spawn single terminal instance

This commit is contained in:
Mikael Voss 2024-10-09 23:40:06 +02:00
parent 8a96e3010c
commit f379b90fe9
No known key found for this signature in database

View file

@ -153,7 +153,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
binds = with config.lib.niri.actions; {
# 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+E".action = spawn [ fuzzel ];