some fixes

"
This commit is contained in:
Hactarus 2024-09-30 18:47:13 +02:00
parent 0e649eddbb
commit 3699d8a0b3
4 changed files with 14 additions and 4 deletions

View file

@ -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