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"}),