summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
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