From f8dbe176bb26a58cd4ceedd84c109296ee64a535 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 24 Sep 2022 09:36:32 -0700 Subject: Prefer system-installed st --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 75796ca..77ff553 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -53,7 +53,7 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") mcrute.customize_theme() -- This is used later as the default terminal and editor to run. -terminal = os.getenv("HOME") .. "/.local/bin/st" +terminal = "st" editor = os.getenv("EDITOR") or "vi" editor_cmd = terminal .. " -e " .. editor -- cgit v1.2.3