From 8d9bd2041c2d93c5d87b7b82ed8273b6bdf6470b Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 11 Feb 2023 20:15:26 -0600 Subject: use alacritty as term in awesome --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 35fc3db..24ef486 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -81,7 +81,7 @@ local spawnatbottom = true -- This is used later as the default terminal and editor to run. -terminal = "st" +terminal = "alacritty" editor = os.getenv("EDITOR") or "nvim" editor_cmd = terminal .. " -e " .. editor -- cgit v1.2.3