From cbd3023ff281bf4c837b9a52ce17141c9460c9ba Mon Sep 17 00:00:00 2001 From: Surferlul Date: Sun, 5 Sep 2021 15:42:41 +0200 Subject: [PATCH] changed default terminal --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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