diff options
| author | Kyle Javier | 2021-10-03 20:02:15 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-03 20:03:02 -0400 |
| commit | 41b76bc3e94d2bc1368b967dd3cbf87f148a6430 (patch) | |
| tree | 269fdf062cab73a488c000505ff2ece1507689fc /awesome/rc.lua | |
| parent | 40055cb02846541c9b1c33548c2cf03f86c5d644 (diff) | |
picom now uses experiemental backends && integrated kate as default text editor (sorry)
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 2 |
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. |
