diff options
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 4712184..533944f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -27,7 +27,7 @@ beautiful.init(theme_path) -- This is used later as the default terminal and editor to run. terminal = "alacritty" -editor = os.getenv("EDITOR") or "alacritty -e nvim" +editor = "alacritty -e nvim" or os.getenv("EDITOR") editor_cmd = terminal .. " -e " .. editor -- Default modkey. |
