From b73008c860332b56dd8a0920bd4c59a6c33d86ca Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 21 Jun 2024 18:06:40 +0200 Subject: [PATCH] Better --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 6f20052..6485321 100644 --- a/rc.lua +++ b/rc.lua @@ -358,7 +358,7 @@ globalkeys = awful.util.table.join( {description = "go back", group = "client"}), -- Standard program awful.key({ modkey, }, "Return", function () - awful.spawn(terminal) + awful.util.spawn_with_shell(terminal .. ' --title $(uuidgen)') naughty.notify({title = "Starting " .. options.terminal}) end, {description = "open a terminal", group = "launcher"}),