diff options
| author | Blista Kanjo | 2023-07-14 02:37:13 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 02:37:13 -0400 |
| commit | d0350e69276778a0b2163fdb1c4568c1c9924ef4 (patch) | |
| tree | 781026fbfa98cf5656f676fa2dbf5fc6c330dfa4 /.config/awesome | |
| parent | 38831f53995575a56355fe8a928bae651a3483e7 (diff) | |
refactor: priority for `alacritty -e nvim` for `editor`
Diffstat (limited to '.config/awesome')
| -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. |
