From 343219cfe232b23895009c07a2106f7569ab4efa Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 22 Mar 2022 15:47:18 +0100 Subject: [PATCH] config: i3: replace urxvt with alacritty Seems to be faster and triggers less graphical glitches in conjunction with gdb (examine). --- config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 19c8489..a3b957b 100644 --- a/config/i3/config +++ b/config/i3/config @@ -24,7 +24,7 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec urxvt +bindsym $mod+Return exec alacritty bindsym $mod+b exec chromium