From 8053aed9dfc2a41a7dff2aeb4a744902025c55de Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 25 Sep 2019 22:40:04 -0400 Subject: config.in: set default term to alacritty --- config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.in') diff --git a/config.in b/config.in index 1ba0443a..17d8c9f3 100644 --- a/config.in +++ b/config.in @@ -14,7 +14,7 @@ set $down j 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 sway set $menu dmenu_path | dmenu | xargs swaymsg exec -- -- cgit v1.2.3-54-g00ecf