summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-11 20:15:26 -0600
committerzachir <zachir@librem.one>2023-02-11 20:15:26 -0600
commit8d9bd2041c2d93c5d87b7b82ed8273b6bdf6470b (patch)
tree4cfbec131cbc482c36a704f96eb3c284c356c081 /awesome/rc.lua
parent5d2ee8cf601cc8a520b5452504e5a57bcd3d87ac (diff)
use alacritty as term in awesome
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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