awesome: terminal is x-terminal-emulator

This commit is contained in:
Motiejus Jakštys 2023-09-17 16:16:44 +03:00
parent f571a87541
commit 3216700d7d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ mytheme.wallpaper = gears.wallpaper.set("#008080")
beautiful.init(mytheme)
-- This is used later as the default terminal and editor to run.
terminal = "x-terminal-emulator"
terminal = "xfce4-terminal"
editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor