changed default terminal

This commit is contained in:
Surferlul 2021-09-05 15:42:41 +02:00
parent c64131859b
commit cbd3023ff2

2
rc.lua
View File

@ -252,7 +252,7 @@ beautiful.font = "Indie Flower Bold 12"
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
terminal = "kitty" terminal = "konsole"
editor = os.getenv("EDITOR") or "vim" editor = os.getenv("EDITOR") or "vim"
editor_cmd = terminal .. " -e " .. editor editor_cmd = terminal .. " -e " .. editor