From b0e3fbc1e893332a399862ca7e29c53adf130022 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 28 Jul 2022 03:25:19 -0400 Subject: [PATCH] sway: Use single kitty instance Note that maintaining both sway and bspwm is inconvenient, so I may eventually cut one of them for ease of living. --- 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 782fe38..1f51a21 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -2,7 +2,7 @@ set $mod Mod4 set $alt Mod1 -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.