summaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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")
53mcrute.customize_theme() 53mcrute.customize_theme()
54 54
55-- This is used later as the default terminal and editor to run. 55-- This is used later as the default terminal and editor to run.
56terminal = os.getenv("HOME") .. "/.local/bin/st" 56terminal = "st"
57editor = os.getenv("EDITOR") or "vi" 57editor = os.getenv("EDITOR") or "vi"
58editor_cmd = terminal .. " -e " .. editor 58editor_cmd = terminal .. " -e " .. editor
59 59