From 12542c66c85649c0232132696e4531f9c9f7c783 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 11 Apr 2022 08:57:17 -0400 Subject: [PATCH] sxhkd: Use a single instance for kitty This makes kitty slightly faster when opening multiple windows, among other things. --- sxhkd/.config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index e4eb6ed8..a9047e4d 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -15,7 +15,7 @@ Print # Open a new terminal window super + {_,shift} + Return - kitty {_,--name floating} + kitty --single-instance {_,--name floating} # Toggle a dropdown terminal super + backslash