summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-11 20:44:38 -0600
committerzachir <zachir@librem.one>2023-02-11 20:44:38 -0600
commitbfaeb374d26f6d763e9f9b1aa39d344d2d4c36ea (patch)
tree9b46711e1b39238335b9184dd58be8a82f24ce81 /awesome
parent635f001391e89f2d587ee0e70e656f9accd695c2 (diff)
parent8d9bd2041c2d93c5d87b7b82ed8273b6bdf6470b (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index ad865ee..943419b 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