summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-13 17:26:59 -0700
committerMike Crute <mike@crute.us>2020-05-13 17:30:03 -0700
commitadc0f458cd6886095273f23fe27ca51de34189bb (patch)
tree5e148e8175475163af52da7d32b180b52622edeb /.config
parentaacf80cb7b365f441286a0a94818d1b45aba3ad1 (diff)
downloaddotfiles-adc0f458cd6886095273f23fe27ca51de34189bb.tar.bz2
dotfiles-adc0f458cd6886095273f23fe27ca51de34189bb.tar.xz
dotfiles-adc0f458cd6886095273f23fe27ca51de34189bb.zip
Remove stterm hacks for 0.8.3
Diffstat (limited to '.config')
-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 338f5e1..a827f10 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") .. "/bin/st" 56terminal = os.getenv("HOME") .. "/.local/bin/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