diff options
Diffstat (limited to 'config/awesome')
-rw-r--r-- | config/awesome/rc.lua | 2 |
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", |