aboutsummaryrefslogtreecommitdiffstats
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index c53e3aa..8e9172b 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -56,7 +56,7 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "zenburn/theme.lua")
-- This is used later as the default software to run
local tools = {
- terminal = "termite",
+ terminal = "alacritty",
editor = os.getenv("EDITOR") or "nvim",
gui_editor = "emacsclient -a \"\" -c",
browser_ch = "chromium --incognito",