diff --git a/rc.lua b/rc.lua index 9535cb7..ab56fc6 100644 --- a/rc.lua +++ b/rc.lua @@ -252,7 +252,7 @@ beautiful.font = "Indie Flower Bold 12" -- This is used later as the default terminal and editor to run. -terminal = "kitty" +terminal = "konsole" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor