aboutsummaryrefslogtreecommitdiffstats
path: root/config/awesome
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-08-08 09:09:43 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-08-08 09:18:31 +0200
commit71d2a1abb2f3e6854c7893f902c4ac38e3ac6318 (patch)
tree1417b6710ed8181bc739f972a342b5bf3cecc223 /config/awesome
parent185eae8b3deccd5214788a3c0bca28a49ea4e2e2 (diff)
downloaddotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.tar.gz
dotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.tar.bz2
dotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.zip
Termite is discontinued and dropped from Arch
Remove it and change for recommended alacritty
Diffstat (limited to 'config/awesome')
-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",