From dd3b9efa61ef6a1feceb7014776aad10ccc77e11 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 14 Jun 2021 22:03:22 -0400 Subject: [PATCH] Fixed background cursor spinning when opening terminal --- i3/shared.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/shared.conf b/i3/shared.conf index 4cd5d44..29a437c 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -14,7 +14,7 @@ font pango:NimbusSans Bold 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec --no-startup-id alacritty # kill focused window bindsym $mod+q kill