From 71d2a1abb2f3e6854c7893f902c4ac38e3ac6318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 8 Aug 2021 09:09:43 +0200 Subject: Termite is discontinued and dropped from Arch Remove it and change for recommended alacritty --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/awesome') 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", -- cgit v1.2.3