some fixes
"
This commit is contained in:
parent
0e649eddbb
commit
3699d8a0b3
4 changed files with 14 additions and 4 deletions
|
@ -52,7 +52,7 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
|
|||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
-- terminal = "x-terminal-emulator"
|
||||
terminal = "/home/qgodefro/.cargo/bin/alacritty"
|
||||
terminal = "alacritty"
|
||||
editor = os.getenv("EDITOR") or "editor"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue