From 50d411d9eac6b4bcff222e7829f7cedd1ce6f661 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 11 Feb 2025 15:23:05 +0100 Subject: [PATCH] feat(sway): configure sway to start kitty with --single-instance --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 89677af..b6c8c1e 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -8,7 +8,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term kitty +set $term kitty --single-instance # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.