aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorKyle Javier2021-10-03 20:02:15 -0400
committerKyle Javier2021-10-03 20:03:02 -0400
commit41b76bc3e94d2bc1368b967dd3cbf87f148a6430 (patch)
tree269fdf062cab73a488c000505ff2ece1507689fc /awesome/rc.lua
parent40055cb02846541c9b1c33548c2cf03f86c5d644 (diff)
picom now uses experiemental backends && integrated kate as default text editor (sorry)
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index bcdfe74..248ec49 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -67,7 +67,7 @@ beautiful.init(theme_path)
-- This is used later as the default terminal and editor to run.
terminal = "xfce4-terminal"
-editor = os.getenv("EDITOR") or "xed"
+editor = os.getenv("EDITOR") or "kate"
editor_cmd = terminal .. " -e " .. editor
-- Default modkey.