diff options
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 |
commit | 71d2a1abb2f3e6854c7893f902c4ac38e3ac6318 (patch) | |
tree | 1417b6710ed8181bc739f972a342b5bf3cecc223 /config/awesome | |
parent | 185eae8b3deccd5214788a3c0bca28a49ea4e2e2 (diff) | |
download | dotfiles-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.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", |