From 3216700d7d17f0a68bb6a5152d0c5c3e805f2b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 17 Sep 2023 16:16:44 +0300 Subject: [PATCH] awesome: terminal is x-terminal-emulator --- modules/profiles/desktop/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua index e26579c..8f23132 100644 --- a/modules/profiles/desktop/rc.lua +++ b/modules/profiles/desktop/rc.lua @@ -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