commit d3232276b8ee85c0e31d027ea7e7062c21f6b256
parent 1dcf169723d50d67f4f4492d739c0b8524f4fa88
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 26 Jul 2021 09:44:37 -0700
i3: use alacritty instead of urxvt
Since alacritty works under both X11 and Wayland, this sticks to one
consistent terminal across both environments.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -47,7 +47,7 @@ set $up k
set $right l
# Your preferred terminal emulator.
-set $term urxvt
+set $term alacritty
# Your preferred application launcher.
# Note: it's recommended that you pass the final command to i3.