From 48ba022ae72435d56c1f07444b93d27749c65fec Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 13 Apr 2021 17:00:23 -0700 Subject: [PATCH] i3: Launch alacritty as the default terminal --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 5414c3a..618db38 100644 --- a/i3/config +++ b/i3/config @@ -27,7 +27,7 @@ focus_on_window_activation smart floating_modifier $super # start a terminal -bindsym $super+Return exec i3-sensible-terminal +bindsym $super+Return exec alacritty # kill focused window bindsym $super+Shift+q kill